summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 11:25:43 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 11:25:43 +0000
commite351554246750887d2127ee86457151b8dae1c4e (patch)
tree6b3ade798f0c55bbb63b3e9fd93ca61a55d357a8 /dev-db/pg_top
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-e351554246750887d2127ee86457151b8dae1c4e.tar.gz
gentoo-2-e351554246750887d2127ee86457151b8dae1c4e.tar.bz2
gentoo-2-e351554246750887d2127ee86457151b8dae1c4e.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 'dev-db/pg_top')
-rw-r--r--dev-db/pg_top/ChangeLog8
-rw-r--r--dev-db/pg_top/pg_top-3.6.2-r1.ebuild6
-rw-r--r--dev-db/pg_top/pg_top-3.7.0.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-db/pg_top/ChangeLog b/dev-db/pg_top/ChangeLog
index dd0779eee709..27bfbb873dab 100644
--- a/dev-db/pg_top/ChangeLog
+++ b/dev-db/pg_top/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/pg_top
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.9 2013/11/15 04:05:34 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.10 2014/11/03 11:25:43 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> pg_top-3.6.2-r1.ebuild,
+ pg_top-3.7.0.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
*pg_top-3.7.0 (15 Nov 2013)
diff --git a/dev-db/pg_top/pg_top-3.6.2-r1.ebuild b/dev-db/pg_top/pg_top-3.6.2-r1.ebuild
index 1388ae2010ed..a22154e47b95 100644
--- a/dev-db/pg_top/pg_top-3.6.2-r1.ebuild
+++ b/dev-db/pg_top/pg_top-3.6.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2-r1.ebuild,v 1.1 2013/09/20 06:46:56 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2-r1.ebuild,v 1.2 2014/11/03 11:25:43 titanofold Exp $
EAPI="5"
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-RDEPEND="dev-db/postgresql-base"
+RDEPEND="virtual/postgresql"
DEPEND="${RDEPEND}
virtual/pkgconfig"
diff --git a/dev-db/pg_top/pg_top-3.7.0.ebuild b/dev-db/pg_top/pg_top-3.7.0.ebuild
index 4fb8621681db..1d274309136a 100644
--- a/dev-db/pg_top/pg_top-3.7.0.ebuild
+++ b/dev-db/pg_top/pg_top-3.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.7.0.ebuild,v 1.1 2013/11/15 04:05:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.7.0.ebuild,v 1.2 2014/11/03 11:25:43 titanofold Exp $
EAPI="5"
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-RDEPEND="dev-db/postgresql-base"
+RDEPEND="virtual/postgresql"
DEPEND="${RDEPEND}
virtual/pkgconfig"