Commit 6e0016eb authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Fix compilation for R76-12239.B

/reviewed-on !3
parent 8a3fa879
...@@ -30,9 +30,6 @@ src_install() { ...@@ -30,9 +30,6 @@ src_install() {
insinto /usr/share/chromeos-assets/images_200_percent insinto /usr/share/chromeos-assets/images_200_percent
doins -r "${S}"/images_200_percent/* doins -r "${S}"/images_200_percent/*
insinto /usr/share/chromeos-assets/screensavers
doins -r "${S}"/screensavers/*
insinto /usr/share/chromeos-assets/wallpaper insinto /usr/share/chromeos-assets/wallpaper
doins -r "${S}"/wallpaper/* doins -r "${S}"/wallpaper/*
} }
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: $ # $Header: $
EAPI=4 EAPI=5
PYTHON_COMPAT=( python2_7 ) PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1 DISTUTILS_SINGLE_IMPL=1
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: $ # $Header: $
EAPI=4 EAPI=5
PYTHON_COMPAT=( python2_7 ) PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1 DISTUTILS_SINGLE_IMPL=1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment