summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:58:48 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:58:48 +0000
commit5d6b7b7245d8c856c113c94181e785539be5186b (patch)
tree1577151c56d99ac43305ca189738248757d2b34f /www-apache
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-5d6b7b7245d8c856c113c94181e785539be5186b.tar.gz
gentoo-2-5d6b7b7245d8c856c113c94181e785539be5186b.tar.bz2
gentoo-2-5d6b7b7245d8c856c113c94181e785539be5186b.zip
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_auth_nufw/ChangeLog6
-rw-r--r--www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apache/mod_auth_nufw/ChangeLog b/www-apache/mod_auth_nufw/ChangeLog
index 0d30835e2c11..454697352a59 100644
--- a/www-apache/mod_auth_nufw/ChangeLog
+++ b/www-apache/mod_auth_nufw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_auth_nufw
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.14 2014/11/03 14:03:13 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.15 2014/12/28 16:58:48 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
+ mod_auth_nufw-2.2.2.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
mod_auth_nufw-2.2.2.ebuild:
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 e029b79751bf..cb8c70502ef9 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-2014 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.4 2014/11/03 14:03:13 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.5 2014/12/28 16:58:48 titanofold 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"