app-eselect/eselect-repository: Fix missing PYTHON_REQUIRED_USE
authorMichał Górny <mgorny@gentoo.org>
Wed, 9 May 2018 07:29:55 +0000 (09:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 9 May 2018 07:33:53 +0000 (09:33 +0200)
Reported by Anthony Parsons. Thanks!

Closes: https://bugs.gentoo.org/655162

app-eselect/eselect-repository/eselect-repository-3.ebuild
app-eselect/eselect-repository/eselect-repository-9999.ebuild

index 0b15a7d8fdc84f445da8db2eed5569abe532daca..68c5eb73c7c75799b394b3d75ac6581db3c46b98 100644 (file)
@@ -14,12 +14,14 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
        app-admin/eselect
        dev-python/lxml[${PYTHON_USEDEP}]
        net-misc/wget"
 
+
 src_compile() {
        MAKEARGS=(
                PREFIX="${EPREFIX}/usr"
index 9899fabe6d7945aee08543f04760c921da9f8d08..d0af04f7f5b10bd3c192b06748b5362c0abe36dd 100644 (file)
@@ -15,12 +15,14 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
        app-admin/eselect
        dev-python/lxml[${PYTHON_USEDEP}]
        net-misc/wget"
 
+
 src_compile() {
        MAKEARGS=(
                PREFIX="${EPREFIX}/usr"