summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 21:59:59 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 21:59:59 +0000
commit87674e75453e94ac031911c2dfe152cd3d3a7711 (patch)
treef7d857aec4c558f445deb468881fd018b185c4e0 /www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild
parentMigrating away from deprecated postgres virtuals (diff)
downloadgentoo-2-87674e75453e94ac031911c2dfe152cd3d3a7711.tar.gz
gentoo-2-87674e75453e94ac031911c2dfe152cd3d3a7711.tar.bz2
gentoo-2-87674e75453e94ac031911c2dfe152cd3d3a7711.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
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.ebuild6
1 files changed, 3 insertions, 3 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 33b9047bb946..b086113a7341 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-2009 Gentoo Foundation
+# Copyright 1999-2010 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.4 2009/07/05 18:42:59 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.5 2010/06/17 21:59:59 patrick Exp $
EAPI="1"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="+mysql postgres"
DEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-server )"
+ postgres? ( dev-db/postgresql-server )"
RDEPEND="${DEPEND}"
APACHE2_MOD_FILE="mod_auth_nufw.so"