diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 15:51:28 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 15:51:28 +0000 |
commit | 81cfb431eec3f3a7634f465d90f3222b043fedb8 (patch) | |
tree | a699cba8608c3146f6b3c2f0bac48ff96c521694 /gnustep-libs | |
parent | Rename virtual/postgresql to dev-db/postgresql (diff) | |
download | gentoo-2-81cfb431eec3f3a7634f465d90f3222b043fedb8.tar.gz gentoo-2-81cfb431eec3f3a7634f465d90f3222b043fedb8.tar.bz2 gentoo-2-81cfb431eec3f3a7634f465d90f3222b043fedb8.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 'gnustep-libs')
-rw-r--r-- | gnustep-libs/sqlclient/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-libs/sqlclient/sqlclient-1.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnustep-libs/sqlclient/ChangeLog b/gnustep-libs/sqlclient/ChangeLog index 7fbe5b5ae561..c229e7098805 100644 --- a/gnustep-libs/sqlclient/ChangeLog +++ b/gnustep-libs/sqlclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-libs/sqlclient # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/sqlclient/ChangeLog,v 1.2 2014/11/03 12:47:33 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/sqlclient/ChangeLog,v 1.3 2014/12/28 15:51:28 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> sqlclient-1.7.0.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> sqlclient-1.7.0.ebuild: Update PostgreSQL dependencies and/or checks to virtual/postgresql. diff --git a/gnustep-libs/sqlclient/sqlclient-1.7.0.ebuild b/gnustep-libs/sqlclient/sqlclient-1.7.0.ebuild index c6f340b7a390..1e69b47564fd 100644 --- a/gnustep-libs/sqlclient/sqlclient-1.7.0.ebuild +++ b/gnustep-libs/sqlclient/sqlclient-1.7.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/gnustep-libs/sqlclient/sqlclient-1.7.0.ebuild,v 1.2 2014/11/03 12:47:33 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/sqlclient/sqlclient-1.7.0.ebuild,v 1.3 2014/12/28 15:51:28 titanofold Exp $ EAPI=5 inherit java-pkg-opt-2 gnustep-2 @@ -18,7 +18,7 @@ IUSE="java mysql postgres +sqlite" RDEPEND=">=gnustep-libs/performance-0.3.2 mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3 )" DEPEND="${RDEPEND}" |