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-crypt/openssl-blacklist/
Date: Wed, 19 Apr 2017 08:03:45
Message-Id: 1492588946.740d5caa8d59b01c87076e8a6d01d839abba05e2.soap@gentoo
1 commit: 740d5caa8d59b01c87076e8a6d01d839abba05e2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 19 07:42:44 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 19 08:02:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740d5caa
7
8 app-crypt/openssl-blacklist: [QA] Add missing python metadata variables
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild b/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild
16 index 8a9768fc7e4..29b6d9c9fcf 100644
17 --- a/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild
18 +++ b/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild
19 @@ -21,9 +21,11 @@ LICENSE="GPL-2"
20 SLOT="0"
21 KEYWORDS="amd64 hppa x86 ~x86-fbsd"
22 IUSE=""
23 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 DEPEND=""
26 -RDEPEND="${DEPEND}"
27 +RDEPEND="${DEPEND}
28 + ${PYTHON_DEPS}"
29
30 S=${WORKDIR}/${MY_P}