diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:40:50 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:40:50 +0000 |
commit | a4c2957c761843a69b3d42cfee75383f7df0dcd6 (patch) | |
tree | d16fded5c59be485b2fda2888151641bdfc6a130 /net-libs | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-a4c2957c761843a69b3d42cfee75383f7df0dcd6.tar.gz gentoo-2-a4c2957c761843a69b3d42cfee75383f7df0dcd6.tar.bz2 gentoo-2-a4c2957c761843a69b3d42cfee75383f7df0dcd6.zip |
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/wt/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/wt/wt-3.2.2_p1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/wt/wt-3.3.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/wt/ChangeLog b/net-libs/wt/ChangeLog index bd3cb850625c..be5d6e469dfe 100644 --- a/net-libs/wt/ChangeLog +++ b/net-libs/wt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/wt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.28 2014/08/10 20:50:43 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.29 2014/11/03 13:40:50 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> wt-3.2.2_p1-r1.ebuild, + wt-3.3.1.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wt-3.2.2_p1-r1.ebuild, wt-3.3.1.ebuild: diff --git a/net-libs/wt/wt-3.2.2_p1-r1.ebuild b/net-libs/wt/wt-3.2.2_p1-r1.ebuild index ffb1bab371e9..afaa22215c3f 100644 --- a/net-libs/wt/wt-3.2.2_p1-r1.ebuild +++ b/net-libs/wt/wt-3.2.2_p1-r1.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/net-libs/wt/wt-3.2.2_p1-r1.ebuild,v 1.6 2014/08/10 20:50:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/wt-3.2.2_p1-r1.ebuild,v 1.7 2014/11/03 13:40:50 titanofold Exp $ EAPI="3" @@ -20,7 +20,7 @@ RDEPEND=" >=dev-libs/boost-1.36 graphicsmagick? ( media-gfx/graphicsmagick ) pdf? ( media-libs/libharu ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) sqlite? ( dev-db/sqlite:3 ) fcgi? ( dev-libs/fcgi diff --git a/net-libs/wt/wt-3.3.1.ebuild b/net-libs/wt/wt-3.3.1.ebuild index d4b76f5e6293..0ac4b0f6d7f4 100644 --- a/net-libs/wt/wt-3.3.1.ebuild +++ b/net-libs/wt/wt-3.3.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/net-libs/wt/wt-3.3.1.ebuild,v 1.4 2014/08/10 20:50:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/wt-3.3.1.ebuild,v 1.5 2014/11/03 13:40:50 titanofold Exp $ EAPI="3" @@ -23,7 +23,7 @@ RDEPEND=" media-libs/libharu x11-libs/pango ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) fcgi? ( |