diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-05-15 01:21:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-05-15 01:21:10 +0000 |
commit | a81e59bc1c79bbee2e3aa36451edc2f12bdd3675 (patch) | |
tree | 7a171cc8ed3c09d557b832d21a35669530c3afd9 /sys-auth/pam_require/pam_require-0.6.ebuild | |
parent | Depend on virtual/pam as the code builds fine with OpenPAM. (diff) | |
download | historical-a81e59bc1c79bbee2e3aa36451edc2f12bdd3675.tar.gz historical-a81e59bc1c79bbee2e3aa36451edc2f12bdd3675.tar.bz2 historical-a81e59bc1c79bbee2e3aa36451edc2f12bdd3675.zip |
Depend on virtual/pam as the code builds fine with OpenPAM.
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'sys-auth/pam_require/pam_require-0.6.ebuild')
-rw-r--r-- | sys-auth/pam_require/pam_require-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/pam_require/pam_require-0.6.ebuild b/sys-auth/pam_require/pam_require-0.6.ebuild index 0566cef219dc..5bf33414bcb4 100644 --- a/sys-auth/pam_require/pam_require-0.6.ebuild +++ b/sys-auth/pam_require/pam_require-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/pam_require-0.6.ebuild,v 1.2 2005/07/03 12:05:01 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/pam_require-0.6.ebuild,v 1.3 2008/05/15 01:21:10 flameeyes Exp $ inherit eutils pam @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=sys-libs/pam-0.72" +DEPEND="virtual/pam" src_compile() { ./configure --prefix=/ || die "econf failed" |