dev-util/crosutils: update inherited eclass name

This commit is contained in:
David Michael 2017-05-03 20:03:24 -07:00
parent b123434eea
commit a1f9afec2a
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ CROS_WORKON_TREE="fac7e77188abf62a8c29d1aab875e6bc72d892b2"
CROS_WORKON_PROJECT="chromiumos/platform/crosutils" CROS_WORKON_PROJECT="chromiumos/platform/crosutils"
CROS_WORKON_LOCALNAME="../scripts/" CROS_WORKON_LOCALNAME="../scripts/"
inherit python cros-workon inherit python-utils-r1 cros-workon
DESCRIPTION="Chromium OS build utilities" DESCRIPTION="Chromium OS build utilities"
HOMEPAGE="http://www.chromium.org/chromium-os" HOMEPAGE="http://www.chromium.org/chromium-os"
@ -28,7 +28,7 @@ src_install() {
exeinto /usr/lib/crosutils exeinto /usr/lib/crosutils
doexe * || die "Could not install shared files." doexe * || die "Could not install shared files."
insinto "$(python_get_sitedir)" insinto "$(python_get_sitedir python2_7 PYTHON)"
doins lib/*.py || die "Could not install python files." doins lib/*.py || die "Could not install python files."
rm -f lib/*.py rm -f lib/*.py

View File

@ -5,7 +5,7 @@ EAPI=2
CROS_WORKON_PROJECT="chromiumos/platform/crosutils" CROS_WORKON_PROJECT="chromiumos/platform/crosutils"
CROS_WORKON_LOCALNAME="../scripts/" CROS_WORKON_LOCALNAME="../scripts/"
inherit python cros-workon inherit python-utils-r1 cros-workon
DESCRIPTION="Chromium OS build utilities" DESCRIPTION="Chromium OS build utilities"
HOMEPAGE="http://www.chromium.org/chromium-os" HOMEPAGE="http://www.chromium.org/chromium-os"
@ -26,7 +26,7 @@ src_install() {
exeinto /usr/lib/crosutils exeinto /usr/lib/crosutils
doexe * || die "Could not install shared files." doexe * || die "Could not install shared files."
insinto "$(python_get_sitedir)" insinto "$(python_get_sitedir python2_7 PYTHON)"
doins lib/*.py || die "Could not install python files." doins lib/*.py || die "Could not install python files."
rm -f lib/*.py rm -f lib/*.py