summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 15:00:55 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 15:00:55 +0000
commit1e216e7b239b598d9f5a2f632b6b3896886f7996 (patch)
tree4dcc662ee18fb4b93cac03983d7bf7a8030e7943 /dev-cpp
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-1e216e7b239b598d9f5a2f632b6b3896886f7996.tar.gz
gentoo-2-1e216e7b239b598d9f5a2f632b6b3896886f7996.tar.bz2
gentoo-2-1e216e7b239b598d9f5a2f632b6b3896886f7996.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 'dev-cpp')
-rw-r--r--dev-cpp/pficommon/ChangeLog6
-rw-r--r--dev-cpp/pficommon/pficommon-1.3.1.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-cpp/pficommon/ChangeLog b/dev-cpp/pficommon/ChangeLog
index da2ee25f1c33..90d85bdbbcf0 100644
--- a/dev-cpp/pficommon/ChangeLog
+++ b/dev-cpp/pficommon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-cpp/pficommon
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.3 2014/11/03 11:19:22 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.4 2014/12/28 15:00:55 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
+ pficommon-1.3.1.0.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
pficommon-1.3.1.0.ebuild:
diff --git a/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild b/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild
index f9f186ce9724..bac25a75d1df 100644
--- a/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild
+++ b/dev-cpp/pficommon/pficommon-1.3.1.0.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-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.3 2014/11/03 11:19:22 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.4 2014/12/28 15:00:55 titanofold Exp $
EAPI=4
@@ -23,7 +23,7 @@ RDEPEND="fcgi? ( dev-libs/fcgi )
)
mprpc? ( dev-libs/msgpack )
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
"
DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"