diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-19 20:39:03 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-19 20:39:03 +0000 |
commit | 440904d2ea180e2b4fc30b5047acaa8f18614217 (patch) | |
tree | d491d7ecee0400be468ed9631c0acc4d60f4d3d2 /www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild | |
parent | Changed dependency for postgresql to virtual/postgresql-server (diff) | |
download | gentoo-2-440904d2ea180e2b4fc30b5047acaa8f18614217.tar.gz gentoo-2-440904d2ea180e2b4fc30b5047acaa8f18614217.tar.bz2 gentoo-2-440904d2ea180e2b4fc30b5047acaa8f18614217.zip |
Changed dependency for postgresql to virtual/postgresql-server
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild')
-rw-r--r-- | www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild index 7b30499671bf..c962ff21d3e2 100644 --- a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild +++ b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.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_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.2 2008/01/31 17:05:33 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.3 2008/05/19 20:39:03 dev-zero Exp $ inherit eutils apache-module autotools @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="mysql postgres" DEPEND="mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql )" + postgres? ( virtual/postgresql-server )" RDEPEND="${DEPEND}" APACHE2_MOD_FILE="mod_auth_nufw.so" |