diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 20:46:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 20:46:04 +0000 |
commit | 99c289e59793d1973fe7ea05a19cd3dafb37e0a6 (patch) | |
tree | dddd8331ed56ec91b86f83c6b5b55e1ddeb8d16c /sys-libs | |
parent | remove kpovmodeler dep as it's not in portage anymore (diff) | |
download | gentoo-2-99c289e59793d1973fe7ea05a19cd3dafb37e0a6.tar.gz gentoo-2-99c289e59793d1973fe7ea05a19cd3dafb37e0a6.tar.bz2 gentoo-2-99c289e59793d1973fe7ea05a19cd3dafb37e0a6.zip |
fix DEPEND
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/pam-0.77.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-libs/pam/pam-0.77.ebuild b/sys-libs/pam/pam-0.77.ebuild index d2e3cc3a59c9..fa9ffcdb175c 100644 --- a/sys-libs/pam/pam-0.77.ebuild +++ b/sys-libs/pam/pam-0.77.ebuild @@ -1,6 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77.ebuild,v 1.3 2003/11/13 06:18:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77.ebuild,v 1.4 2003/11/13 20:46:04 vapier Exp $ + +PATCH_LEVEL="1.0" +BDB_VER="4.1.25" +PAM_REDHAT_VER="0.77-4" DEPEND="dev-lang/perl >=sys-libs/cracklib-2.7-r8 @@ -36,10 +40,6 @@ inherit gcc eutils flag-o-matic HOMEPAGE="http://www.kernel.org/pub/linux/libs/pam/" DESCRIPTION="Pluggable Authentication Modules" -PATCH_LEVEL="1.0" -BDB_VER="4.1.25" -PAM_REDHAT_VER="0.77-4" - S="${WORKDIR}/Linux-PAM-${PV}" S2="${WORKDIR}/pam-${PVR}-patches" SRC_URI="http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-${PV}.tar.gz |