diff options
author | 2013-08-14 09:14:37 +0000 | |
---|---|---|
committer | 2013-08-14 09:14:37 +0000 | |
commit | efdfc846bb33744d9d98a509bf81e53326cc3411 (patch) | |
tree | cb8c007ef652f20b0a6aa9b71ef22b65bf8bac6c /sys-libs/cracklib/cracklib-2.9.0-r1.ebuild | |
parent | Remove unneded useflag description, fix repoman whitespace warnings (diff) | |
download | gentoo-2-efdfc846bb33744d9d98a509bf81e53326cc3411.tar.gz gentoo-2-efdfc846bb33744d9d98a509bf81e53326cc3411.tar.bz2 gentoo-2-efdfc846bb33744d9d98a509bf81e53326cc3411.zip |
Whitespace
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs/cracklib/cracklib-2.9.0-r1.ebuild')
-rw-r--r-- | sys-libs/cracklib/cracklib-2.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/cracklib/cracklib-2.9.0-r1.ebuild b/sys-libs/cracklib/cracklib-2.9.0-r1.ebuild index 600ca3686afc..fcbb3af6f7a0 100644 --- a/sys-libs/cracklib/cracklib-2.9.0-r1.ebuild +++ b/sys-libs/cracklib/cracklib-2.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.0-r1.ebuild,v 1.1 2013/08/03 03:43:58 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.0-r1.ebuild,v 1.2 2013/08/14 09:14:37 patrick Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -47,7 +47,7 @@ pkg_setup() { eerror "Please run: FEATURES=-unmerge-orphans emerge cracklib" die "Please run: FEATURES=-unmerge-orphans emerge cracklib" fi - + use python && python_pkg_setup } |