diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-05-29 14:09:20 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-05-29 14:09:20 -0400 |
commit | e8efeab4ff870fe45856194e339a663a18c7c29a (patch) | |
tree | d608f6c3cf01f60f7514bf4e48c69042364fd444 /sys-libs | |
parent | dev-python/pyro: Remove myself from maintainers (diff) | |
download | gentoo-e8efeab4ff870fe45856194e339a663a18c7c29a.tar.gz gentoo-e8efeab4ff870fe45856194e339a663a18c7c29a.tar.bz2 gentoo-e8efeab4ff870fe45856194e339a663a18c7c29a.zip |
sys-libs/cracklib: make python optional again
Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/cracklib/cracklib-2.9.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild index c803ec905f64..c2fbb9e22a8c 100644 --- a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild +++ b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild @@ -17,9 +17,9 @@ 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}" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND="${PYTHON_DEPS} +RDEPEND="python? ( ${PYTHON_DEPS} ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} python? ( |