summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:59:35 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:59:35 +0000
commit763f6a3d6888d323e9104b4f3ae133fae35e25b4 (patch)
tree068a3748731265e8f98dbad4ddd2b058907dca9e /www-apache
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-763f6a3d6888d323e9104b4f3ae133fae35e25b4.tar.gz
gentoo-2-763f6a3d6888d323e9104b4f3ae133fae35e25b4.tar.bz2
gentoo-2-763f6a3d6888d323e9104b4f3ae133fae35e25b4.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_pgsql/ChangeLog6
-rw-r--r--www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apache/mod_auth_pgsql/ChangeLog b/www-apache/mod_auth_pgsql/ChangeLog
index e513ff4bf511..e71d1f7239c0 100644
--- a/www-apache/mod_auth_pgsql/ChangeLog
+++ b/www-apache/mod_auth_pgsql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_auth_pgsql
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pgsql/ChangeLog,v 1.11 2014/11/03 14:04:00 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pgsql/ChangeLog,v 1.12 2014/12/28 16:59:35 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
+ mod_auth_pgsql-2.0.3-r1.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
mod_auth_pgsql-2.0.3-r1.ebuild:
diff --git a/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild b/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild
index 10094154cecd..09d69badee5a 100644
--- a/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild
+++ b/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.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_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild,v 1.8 2014/11/03 14:04:00 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild,v 1.9 2014/12/28 16:59:35 titanofold Exp $
inherit apache-module multilib
@@ -13,7 +13,7 @@ SLOT="2"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
-DEPEND="virtual/postgresql"
+DEPEND="dev-db/postgresql"
RDEPEND="${DEPEND}"
APXS2_ARGS="-a -c -I/usr/include/postgresql -L/usr/$(get_libdir)/postgresql -lpq mod_auth_pgsql.c"