summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-auth/pam_require/ChangeLog7
-rw-r--r--sys-auth/pam_require/pam_require-0.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_require/ChangeLog b/sys-auth/pam_require/ChangeLog
index c735232e3abf..bc690c651cb7 100644
--- a/sys-auth/pam_require/ChangeLog
+++ b/sys-auth/pam_require/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_require
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/ChangeLog,v 1.3 2007/02/09 08:33:14 flameeyes Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/ChangeLog,v 1.4 2008/05/15 01:21:10 flameeyes Exp $
+
+ 15 May 2008; Diego Pettenò <flameeyes@gentoo.org> pam_require-0.6.ebuild:
+ Depend on virtual/pam as the code builds fine with OpenPAM.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
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"