Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/
Date: Fri, 26 May 2017 22:54:37
Message-Id: 1495839207.62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5.soap@gentoo
1 commit: 62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 22:27:30 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 22:53:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ff79cb
7
8 sys-libs/cracklib: [QA] Add missing python metadata variables
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-libs/cracklib/cracklib-2.9.6-r1.ebuild | 12 +++++-------
13 1 file changed, 5 insertions(+), 7 deletions(-)
14
15 diff --git a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
16 index d28bf84d239..c803ec905f6 100644
17 --- a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
18 +++ b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
19 @@ -1,7 +1,8 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="5"
24 +EAPI=5
25 +
26 PYTHON_COMPAT=( python2_7 )
27 DISTUTILS_OPTIONAL=1
28
29 @@ -16,18 +17,15 @@ LICENSE="LGPL-2.1"
30 SLOT="0"
31 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint"
32 IUSE="nls python static-libs test zlib"
33 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35 -RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
36 +RDEPEND="${PYTHON_DEPS}
37 + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
38 DEPEND="${RDEPEND}
39 python? (
40 dev-python/setuptools[${PYTHON_USEDEP}]
41 test? ( dev-python/nose[${PYTHON_USEDEP}] )
42 )"
43 -RDEPEND="${RDEPEND}
44 - abi_x86_32? (
45 - !<=app-emulation/emul-linux-x86-baselibs-20140508-r6
46 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
47 - )"
48
49 S=${WORKDIR}/${MY_P}