Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pip3line/
Date: Sun, 11 Aug 2019 14:51:42
Message-Id: 1565535082.977072bb3d342ca7feb7fd1545c3560a83b637ff.soap@gentoo
1 commit: 977072bb3d342ca7feb7fd1545c3560a83b637ff
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 14:51:22 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 14:51:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977072bb
7
8 app-misc/pip3line: [QA] Add missing PYTHON_REQUIRED_USE
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-misc/pip3line/pip3line-3.6.0.ebuild | 5 +++--
14 app-misc/pip3line/pip3line-9999.ebuild | 5 +++--
15 2 files changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/app-misc/pip3line/pip3line-3.6.0.ebuild b/app-misc/pip3line/pip3line-3.6.0.ebuild
18 index 8506a3ba996..6bc81c63024 100644
19 --- a/app-misc/pip3line/pip3line-3.6.0.ebuild
20 +++ b/app-misc/pip3line/pip3line-3.6.0.ebuild
21 @@ -23,10 +23,11 @@ LICENSE="GPL-3"
22 SLOT="0"
23
24 # A few comments
25 -# the ssl flag is just there to enable the plugin for low level crypto algorithms.
26 +# the ssl flag is just there to enable the plugin for low level crypto algorithms.
27 # It has nothing to do with the SSL/TLS protocol itself.
28
29 IUSE="distorm python qscintilla ssl"
30 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
31
32 RDEPEND="
33 ${PYTHON_DEPS}
34 @@ -53,7 +54,7 @@ src_configure() {
35 )
36
37 # distorm is statically linked, due to insufficiencies
38 - # in the current distorm64 package
39 + # in the current distorm64 package
40
41 if use distorm; then
42 mycmakeargs+=(-DWITH_DISTORM_LINK_STATICALLY=ON)
43
44 diff --git a/app-misc/pip3line/pip3line-9999.ebuild b/app-misc/pip3line/pip3line-9999.ebuild
45 index 8506a3ba996..6bc81c63024 100644
46 --- a/app-misc/pip3line/pip3line-9999.ebuild
47 +++ b/app-misc/pip3line/pip3line-9999.ebuild
48 @@ -23,10 +23,11 @@ LICENSE="GPL-3"
49 SLOT="0"
50
51 # A few comments
52 -# the ssl flag is just there to enable the plugin for low level crypto algorithms.
53 +# the ssl flag is just there to enable the plugin for low level crypto algorithms.
54 # It has nothing to do with the SSL/TLS protocol itself.
55
56 IUSE="distorm python qscintilla ssl"
57 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
58
59 RDEPEND="
60 ${PYTHON_DEPS}
61 @@ -53,7 +54,7 @@ src_configure() {
62 )
63
64 # distorm is statically linked, due to insufficiencies
65 - # in the current distorm64 package
66 + # in the current distorm64 package
67
68 if use distorm; then
69 mycmakeargs+=(-DWITH_DISTORM_LINK_STATICALLY=ON)