diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:30:23 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:30:23 +0000 |
commit | bfac82706e626f4bad9fdd147600b5a2ef00b5b6 (patch) | |
tree | 3b6ceb834c22ffa0114376acb713151fb8f4111c /net-libs/wt | |
parent | Rename virtual/postgresql to dev-db/postgresql (diff) | |
download | gentoo-2-bfac82706e626f4bad9fdd147600b5a2ef00b5b6.tar.gz gentoo-2-bfac82706e626f4bad9fdd147600b5a2ef00b5b6.tar.bz2 gentoo-2-bfac82706e626f4bad9fdd147600b5a2ef00b5b6.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 'net-libs/wt')
-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 be5d6e469dfe..12b9c3e26318 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.29 2014/11/03 13:40:50 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.30 2014/12/28 16:30:23 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> wt-3.2.2_p1-r1.ebuild, + wt-3.3.1.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <titanofold@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 afaa22215c3f..f12b6f7f7aa8 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.7 2014/11/03 13:40:50 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/wt-3.2.2_p1-r1.ebuild,v 1.8 2014/12/28 16:30:23 titanofold Exp $ EAPI="3" @@ -20,7 +20,7 @@ RDEPEND=" >=dev-libs/boost-1.36 graphicsmagick? ( media-gfx/graphicsmagick ) pdf? ( media-libs/libharu ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/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 0ac4b0f6d7f4..139e7991424b 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.5 2014/11/03 13:40:50 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/wt-3.3.1.ebuild,v 1.6 2014/12/28 16:30:23 titanofold Exp $ EAPI="3" @@ -23,7 +23,7 @@ RDEPEND=" media-libs/libharu x11-libs/pango ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) fcgi? ( |