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 | |
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')
-rw-r--r-- | net-www/mod_auth_nufw/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_nufw/ChangeLog b/net-www/mod_auth_nufw/ChangeLog index 34a6ed6e9fde..53ea57b40dba 100644 --- a/net-www/mod_auth_nufw/ChangeLog +++ b/net-www/mod_auth_nufw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_nufw # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_nufw/ChangeLog,v 1.4 2007/01/15 21:58:36 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_nufw/ChangeLog,v 1.5 2007/01/28 19:09:57 chtekk Exp $ + + 28 Jan 2007; Luca Longinotti <chtekk@gentoo.org> + mod_auth_nufw-2.2.0.ebuild: + Fix apr dep. 15 Jan 2007; Luca Longinotti <chtekk@gentoo.org> mod_auth_nufw-2.2.0.ebuild: 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 )" |