diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 15:19:00 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 15:19:00 +0000 |
commit | cfda794bc2839641d8daccde29d4ee21ac881bee (patch) | |
tree | b725786c35c898f9e96a45ecb866d8ff3e1e7b70 /dev-db | |
parent | Rename virtual/postgresql to dev-db/postgresql (diff) | |
download | gentoo-2-cfda794bc2839641d8daccde29d4ee21ac881bee.tar.gz gentoo-2-cfda794bc2839641d8daccde29d4ee21ac881bee.tar.bz2 gentoo-2-cfda794bc2839641d8daccde29d4ee21ac881bee.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-db')
-rw-r--r-- | dev-db/soci/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/soci/soci-3.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/soci/ChangeLog b/dev-db/soci/ChangeLog index 1068015f783b..ccc8b2d6cfdc 100644 --- a/dev-db/soci/ChangeLog +++ b/dev-db/soci/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/soci # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v 1.2 2014/11/03 11:36:07 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v 1.3 2014/12/28 15:19:00 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> soci-3.2.2.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> soci-3.2.2.ebuild: Update PostgreSQL dependencies and/or checks to virtual/postgresql. diff --git a/dev-db/soci/soci-3.2.2.ebuild b/dev-db/soci/soci-3.2.2.ebuild index b3f18d6b913c..1f0eb1c3c548 100644 --- a/dev-db/soci/soci-3.2.2.ebuild +++ b/dev-db/soci/soci-3.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/dev-db/soci/soci-3.2.2.ebuild,v 1.2 2014/11/03 11:36:07 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild,v 1.3 2014/12/28 15:19:00 titanofold Exp $ EAPI=5 @@ -20,7 +20,7 @@ DEPEND="boost? ( dev-libs/boost ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( dev-db/sqlite:3 ) " RDEPEND=${DEPEND} |