diff options
author | 2017-05-27 00:27:30 +0200 | |
---|---|---|
committer | 2017-05-27 00:53:27 +0200 | |
commit | 62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5 (patch) | |
tree | fc698be732af76bd87ee18aeded7e169dac0db19 /sys-libs/cracklib | |
parent | sys-fs/rarfs: [QA] Add missing python metadata variables (diff) | |
download | gentoo-62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5.tar.gz gentoo-62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5.tar.bz2 gentoo-62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5.zip |
sys-libs/cracklib: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-libs/cracklib')
-rw-r--r-- | sys-libs/cracklib/cracklib-2.9.6-r1.ebuild | 12 |
1 files 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 d28bf84d2399..c803ec905f64 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} |