summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-05-14 23:17:29 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-05-14 23:17:29 +0000
commit4f193989064f0748baf0d799bad23c3ded6eb258 (patch)
tree2202280b29716cf1d906a30bb7b2343a21775135 /www-apache/mod_authn_pam
parentversion bump. solves bug #216142. (diff)
downloadgentoo-2-4f193989064f0748baf0d799bad23c3ded6eb258.tar.gz
gentoo-2-4f193989064f0748baf0d799bad23c3ded6eb258.tar.bz2
gentoo-2-4f193989064f0748baf0d799bad23c3ded6eb258.zip
Depend on virtual/pam as the code builds fine with OpenPAM.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'www-apache/mod_authn_pam')
-rw-r--r--www-apache/mod_authn_pam/ChangeLog6
-rw-r--r--www-apache/mod_authn_pam/mod_authn_pam-0.0.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apache/mod_authn_pam/ChangeLog b/www-apache/mod_authn_pam/ChangeLog
index 088920a67726..29a6f50e7436 100644
--- a/www-apache/mod_authn_pam/ChangeLog
+++ b/www-apache/mod_authn_pam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_authn_pam
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_pam/ChangeLog,v 1.1 2008/02/07 21:34:37 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_pam/ChangeLog,v 1.2 2008/05/14 23:17:29 flameeyes Exp $
+
+ 14 May 2008; Diego Pettenò <flameeyes@gentoo.org>
+ mod_authn_pam-0.0.1.ebuild:
+ Depend on virtual/pam as the code builds fine with OpenPAM.
*mod_authn_pam-0.0.1 (07 Feb 2008)
diff --git a/www-apache/mod_authn_pam/mod_authn_pam-0.0.1.ebuild b/www-apache/mod_authn_pam/mod_authn_pam-0.0.1.ebuild
index 42db02ac7378..05056761e030 100644
--- a/www-apache/mod_authn_pam/mod_authn_pam-0.0.1.ebuild
+++ b/www-apache/mod_authn_pam/mod_authn_pam-0.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_pam/mod_authn_pam-0.0.1.ebuild,v 1.1 2008/02/07 21:34:37 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_pam/mod_authn_pam-0.0.1.ebuild,v 1.2 2008/05/14 23:17:29 flameeyes Exp $
inherit eutils apache-module
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="sys-libs/pam"
+DEPEND="virtual/pam"
RDEPEND="${DEPEND}"
APXS2_ARGS="-c ${PN}.c -lpam"