diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:59:59 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:59:59 +0000 |
commit | 87674e75453e94ac031911c2dfe152cd3d3a7711 (patch) | |
tree | f7d857aec4c558f445deb468881fd018b185c4e0 /www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-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.2.ebuild')
-rw-r--r-- | www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild index 70fbea2c9688..30dd7ebdc67b 100644 --- a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild +++ b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.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.2.ebuild,v 1.1 2009/09/18 12:05:30 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.2 2010/06/17 21:59:59 patrick Exp $ EAPI="2" @@ -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" |