diff options
-rw-r--r-- | dev-cpp/pficommon/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/pficommon/pficommon-1.3.1.0.ebuild | 4 |
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 )" |