commit:     55f4f0e1af8b855507840a3e37b70c3da3b95792
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 10:53:24 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 10:54:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f4f0e1

net-libs/nodejs: Fix REQUIRED_USE.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/nodejs/nodejs-6.12.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-libs/nodejs/nodejs-6.12.3.ebuild 
b/net-libs/nodejs/nodejs-6.12.3.ebuild
index ab8e2550ebd..04521bbfe55 100644
--- a/net-libs/nodejs/nodejs-6.12.3.ebuild
+++ b/net-libs/nodejs/nodejs-6.12.3.ebuild
@@ -18,7 +18,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl test"
 REQUIRED_USE="
+       ${PYTHON_REQUIRED_USE}
        inspector? ( icu ssl )
+
 "
 
 RDEPEND="
@@ -33,10 +35,7 @@ DEPEND="
        ${PYTHON_DEPS}
        test? ( net-misc/curl )
 "
-
 S="${WORKDIR}/node-v${PV}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 PATCHES=(
        "${FILESDIR}"/gentoo-global-npm-config.patch
 )

Reply via email to