diff options
Diffstat (limited to 'sys-auth/pambase')
-rw-r--r-- | sys-auth/pambase/pambase-20080318.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-auth/pambase/pambase-20080318.ebuild b/sys-auth/pambase/pambase-20080318.ebuild index 65d48a73a8d8..d16313953197 100644 --- a/sys-auth/pambase/pambase-20080318.ebuild +++ b/sys-auth/pambase/pambase-20080318.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20080318.ebuild,v 1.2 2008/03/24 15:41:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20080318.ebuild,v 1.3 2008/03/29 02:51:04 vapier Exp $ inherit eutils DESCRIPTION="PAM base configuration files" -SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.bz2" HOMEPAGE="http://www.gentoo.org/proj/en/base/pam/" +SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~sh ~sparc ~x86" IUSE="debug cracklib passwdqc consolekit gnome selinux mktemp" +RESTRICT="binchecks" RDEPEND=" || ( @@ -30,8 +31,6 @@ RDEPEND=" !<sys-libs/pam-0.99.9.0-r1" DEPEND="" -RESTRICT="binchecks" - pkg_setup() { if use cracklib && ! built_with_use sys-libs/pam cracklib; then eerror "To enable cracklib support in the main PAM configuration" |