commit: 62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 22:27:30 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 26 22:53:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ff79cb
sys-libs/cracklib: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sys-libs/cracklib/cracklib-2.9.6-r1.ebuild | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
index d28bf84d239..c803ec905f6 100644
--- a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
+++ b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=5
+
PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1
@@ -16,18 +17,15 @@ LICENSE="LGPL-2.1"
SLOT="0"
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"
IUSE="nls python static-libs test zlib"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+RDEPEND="${PYTHON_DEPS}
+ zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
python? (
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
)"
-RDEPEND="${RDEPEND}
- abi_x86_32? (
- !<=app-emulation/emul-linux-x86-baselibs-20140508-r6
- !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
- )"
S=${WORKDIR}/${MY_P}