diff options
author | 2005-02-19 03:44:27 +0000 | |
---|---|---|
committer | 2005-02-19 03:44:27 +0000 | |
commit | 72daf161d6beb7dc3d0d260b71088ab6dfe3166c (patch) | |
tree | b1f509082a373dc9897d1756c720a03bf92b6c47 /net-www/mod_auth_ldap | |
parent | Mask mod_auth_ldap-3.3, add local use flag descriptions for mod_auth_ldap (diff) | |
download | historical-72daf161d6beb7dc3d0d260b71088ab6dfe3166c.tar.gz historical-72daf161d6beb7dc3d0d260b71088ab6dfe3166c.tar.bz2 historical-72daf161d6beb7dc3d0d260b71088ab6dfe3166c.zip |
USE logic fixes
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-www/mod_auth_ldap')
-rw-r--r-- | net-www/mod_auth_ldap/Manifest | 18 | ||||
-rw-r--r-- | net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild | 7 |
2 files changed, 8 insertions, 17 deletions
diff --git a/net-www/mod_auth_ldap/Manifest b/net-www/mod_auth_ldap/Manifest index d1148e2a9b7a..12195c84dc04 100644 --- a/net-www/mod_auth_ldap/Manifest +++ b/net-www/mod_auth_ldap/Manifest @@ -1,21 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 47e62d56cb964d049b7492716be690da ChangeLog 2690 MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226 MD5 8b9d3b00fc7a33be7c5b5d7ce3a4a336 mod_auth_ldap-2.4.2-r1.ebuild 876 +MD5 6ae778f8f185dc2d8bc0423a24cf777f mod_auth_ldap-3.3.ebuild 1388 MD5 a9ccf04e78090f7bc86a551831c46cee mod_auth_ldap-2.4.2.ebuild 1659 -MD5 17e7df9ff96ad473711da331b0f5dbc5 mod_auth_ldap-3.3.ebuild 1369 -MD5 d6e8db2a8f272dd55fe74800f0935c25 files/55_mod_auth_ldap.conf 669 -MD5 62b3324855a538cd461599aa25998233 files/mod_auth_ldap-2.4.2-register.patch 1038 -MD5 7c887a1226ef0c99f4068014a05b2135 files/mod_auth_ldap.conf 667 MD5 70f2900c0af4686603926e27feb6b46d files/digest-mod_auth_ldap-2.4.2-r1 71 MD5 70f2900c0af4686603926e27feb6b46d files/digest-mod_auth_ldap-2.4.2 71 +MD5 62b3324855a538cd461599aa25998233 files/mod_auth_ldap-2.4.2-register.patch 1038 +MD5 7c887a1226ef0c99f4068014a05b2135 files/mod_auth_ldap.conf 667 +MD5 d6e8db2a8f272dd55fe74800f0935c25 files/55_mod_auth_ldap.conf 669 MD5 76206b76e9f83bdce9089a9382477b48 files/digest-mod_auth_ldap-3.3 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCFKdMmPFBzbX68WERAtwAAJ0SmpmlflCLeBbOegRPu/pzMUNiVwCggh2q -oB0vX+A0IiXgzj1gf3Z37ek= -=oWHG ------END PGP SIGNATURE----- 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 8f12958c6105..1a400c3a1d6c 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.1 2005/02/17 14:14:52 hollow Exp $ +# $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 $ inherit eutils apache-module @@ -33,9 +33,10 @@ src_compile() { if ! use disk-cache; then if use berkdb || use gdbm; then - die "berkdb/gdbm needs disk-cache enabled" + ewarn "Enabling disk-cache for berkdb/gdbm support" + else + myconf="${myconf} --without-disk-cache" fi - myconf="${myconf} --without-disk-cache" fi if use apache2; then |