commit:     977072bb3d342ca7feb7fd1545c3560a83b637ff
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 14:51:22 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 14:51:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977072bb

app-misc/pip3line: [QA] Add missing PYTHON_REQUIRED_USE

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/pip3line/pip3line-3.6.0.ebuild | 5 +++--
 app-misc/pip3line/pip3line-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-misc/pip3line/pip3line-3.6.0.ebuild 
b/app-misc/pip3line/pip3line-3.6.0.ebuild
index 8506a3ba996..6bc81c63024 100644
--- a/app-misc/pip3line/pip3line-3.6.0.ebuild
+++ b/app-misc/pip3line/pip3line-3.6.0.ebuild
@@ -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)

diff --git a/app-misc/pip3line/pip3line-9999.ebuild 
b/app-misc/pip3line/pip3line-9999.ebuild
index 8506a3ba996..6bc81c63024 100644
--- a/app-misc/pip3line/pip3line-9999.ebuild
+++ b/app-misc/pip3line/pip3line-9999.ebuild
@@ -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)

Reply via email to