summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 15:32:39 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 15:32:39 +0000
commit368c7560c862bfee1eb66bac49190a1f62938926 (patch)
treeb75a0f44cd46cd4b3f08ac811c4c44ffd38cc47f
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-368c7560c862bfee1eb66bac49190a1f62938926.tar.gz
gentoo-2-368c7560c862bfee1eb66bac49190a1f62938926.tar.bz2
gentoo-2-368c7560c862bfee1eb66bac49190a1f62938926.zip
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
-rw-r--r--dev-libs/libpqxx/ChangeLog5
-rw-r--r--dev-libs/libpqxx/libpqxx-4.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libpqxx/ChangeLog b/dev-libs/libpqxx/ChangeLog
index 40484c9d7acb..1b99b0438b72 100644
--- a/dev-libs/libpqxx/ChangeLog
+++ b/dev-libs/libpqxx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libpqxx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.101 2014/11/03 11:45:32 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.102 2014/12/28 15:32:39 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> libpqxx-4.0.1.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> libpqxx-4.0.1.ebuild:
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
diff --git a/dev-libs/libpqxx/libpqxx-4.0.1.ebuild b/dev-libs/libpqxx/libpqxx-4.0.1.ebuild
index e3a4c377d39a..3a4a9fc81fe3 100644
--- a/dev-libs/libpqxx/libpqxx-4.0.1.ebuild
+++ b/dev-libs/libpqxx/libpqxx-4.0.1.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/dev-libs/libpqxx/libpqxx-4.0.1.ebuild,v 1.12 2014/11/03 11:45:32 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild,v 1.13 2014/12/28 15:32:39 titanofold Exp $
EAPI="4"
@@ -16,7 +16,7 @@ LICENSE="BSD"
SLOT="0"
IUSE="doc static-libs"
-RDEPEND="virtual/postgresql"
+RDEPEND="dev-db/postgresql"
DEPEND="${PYTHON_DEPS}
${RDEPEND}
"