summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-05-19 20:39:03 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-05-19 20:39:03 +0000
commit440904d2ea180e2b4fc30b5047acaa8f18614217 (patch)
treed491d7ecee0400be468ed9631c0acc4d60f4d3d2 /www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild
parentChanged dependency for postgresql to virtual/postgresql-server (diff)
downloadgentoo-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.ebuild4
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"