diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:17:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:17:24 +0000 |
commit | 511b169ebcb9bfd188913a2776f307a934c1a42b (patch) | |
tree | 2155323606f2b6cdb87db41f992851891a0caeea /net-www | |
parent | sync IUSE (+gdb -debug_gdb) (diff) | |
download | gentoo-2-511b169ebcb9bfd188913a2776f307a934c1a42b.tar.gz gentoo-2-511b169ebcb9bfd188913a2776f307a934c1a42b.tar.bz2 gentoo-2-511b169ebcb9bfd188913a2776f307a934c1a42b.zip |
sync IUSE (+apache2)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild b/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild index 1a400c3a1d6c..bba5b2cd8f31 100644 --- a/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild +++ b/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild,v 1.2 2005/02/19 03:44:27 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild,v 1.3 2005/07/14 22:14:49 agriffis Exp $ inherit eutils apache-module @@ -11,7 +11,7 @@ SRC_URI="http://www.muquit.com/muquit/software/${PN}/${PN}${PV}.tar.gz" KEYWORDS="~x86 ~ppc ~sparc" LICENSE="as-is" SLOT="0" -IUSE="disk-cache mem-cache berkdb gdbm" +IUSE="apache2 berkdb disk-cache gdbm mem-cache" DEPEND=">=net-nds/openldap-2.0.25" RDEPEND="" diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild index 793bc3049658..8ca6d2421ed9 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.7 2005/05/05 15:55:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.8 2005/07/14 22:17:24 agriffis Exp $ inherit eutils apache-module @@ -13,7 +13,7 @@ LICENSE="as-is" KEYWORDS="~x86 ~ppc ~sparc ~amd64" DEPEND="sys-libs/pam" SLOT="0" -IUSE="" +IUSE="apache2" APXS1_ARGS="-c ${PN}.c -lpam -ldl" APXS2_ARGS="-c ${PN}.c -lpam" |