app-misc/pip3line: [QA] Add missing PYTHON_REQUIRED_USE
authorDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 14:51:22 +0000 (16:51 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 14:51:22 +0000 (16:51 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-misc/pip3line/pip3line-3.6.0.ebuild
app-misc/pip3line/pip3line-9999.ebuild

index 8506a3ba99671a2963fae4cb41bed96f69981256..6bc81c630244320fe902309cf081ae36ac70db5b 100644 (file)
@@ -23,10 +23,11 @@ LICENSE="GPL-3"
 SLOT="0"
 
 # A few comments
-# the ssl flag is just there to enable the plugin for low level crypto algorithms. 
+# the ssl flag is just there to enable the plugin for low level crypto algorithms.
 # It has nothing to do with the SSL/TLS protocol itself.
 
 IUSE="distorm python qscintilla ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
        ${PYTHON_DEPS}
@@ -53,7 +54,7 @@ src_configure() {
        )
 
        # distorm is statically linked, due to insufficiencies
-       # in the current distorm64 package 
+       # in the current distorm64 package
 
        if use distorm; then
                mycmakeargs+=(-DWITH_DISTORM_LINK_STATICALLY=ON)
index 8506a3ba99671a2963fae4cb41bed96f69981256..6bc81c630244320fe902309cf081ae36ac70db5b 100644 (file)
@@ -23,10 +23,11 @@ LICENSE="GPL-3"
 SLOT="0"
 
 # A few comments
-# the ssl flag is just there to enable the plugin for low level crypto algorithms. 
+# the ssl flag is just there to enable the plugin for low level crypto algorithms.
 # It has nothing to do with the SSL/TLS protocol itself.
 
 IUSE="distorm python qscintilla ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
        ${PYTHON_DEPS}
@@ -53,7 +54,7 @@ src_configure() {
        )
 
        # distorm is statically linked, due to insufficiencies
-       # in the current distorm64 package 
+       # in the current distorm64 package
 
        if use distorm; then
                mycmakeargs+=(-DWITH_DISTORM_LINK_STATICALLY=ON)