diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-28 19:09:57 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-28 19:09:57 +0000 |
commit | 0fff75a6aa28cfa60f52b71f48624a13fa268186 (patch) | |
tree | a26f1deee6166c5e41b91b4169ca2c8ce925acb6 /net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild | |
parent | Partial cleanup, per bug#164197 (diff) | |
download | gentoo-2-0fff75a6aa28cfa60f52b71f48624a13fa268186.tar.gz gentoo-2-0fff75a6aa28cfa60f52b71f48624a13fa268186.tar.bz2 gentoo-2-0fff75a6aa28cfa60f52b71f48624a13fa268186.zip |
Fix apr dep.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild')
-rw-r--r-- | net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild b/net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild index 2ee694e49fb3..8f510784783f 100644 --- a/net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild +++ b/net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.4 2007/01/15 21:58:36 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.5 2007/01/28 19:09:57 chtekk Exp $ inherit eutils apache-module autotools @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="ldap mysql postgres" -DEPEND="<=dev-libs/apr-1 +DEPEND="=dev-libs/apr-0* ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql )" |