summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-02 20:38:59 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-02 20:42:48 +0100
commit8a334d42ba7d67d41aecafa4a6c0f66e220a0438 (patch)
tree46cb1c6fb327514911c0e9fc1ebfae1b6511f2bd
parentdev-perl/DBD-Pg: Remove old (diff)
downloadgentoo-8a334d42.tar.gz
gentoo-8a334d42.tar.bz2
gentoo-8a334d42.zip
dev-perl/DBD-Pg: Specify postgresql slot (any)
Package-Manager: portage-2.2.26
-rw-r--r--dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild4
-rw-r--r--dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild4
-rw-r--r--dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild b/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild
index 9da39816cb32..3df33bce30ab 100644
--- a/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild
+++ b/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND="virtual/perl-version
>=dev-perl/DBI-1.52
- dev-db/postgresql"
+ dev-db/postgresql:*"
DEPEND="${RDEPEND}"
# testcases require a local database with an
diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild b/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild
index 7f74837758e1..f61da829aa77 100644
--- a/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild
+++ b/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND="virtual/perl-version
>=dev-perl/DBI-1.614.0
- dev-db/postgresql"
+ dev-db/postgresql:*"
DEPEND="${RDEPEND}"
# testcases require a local database with an
diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild b/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild
index 4fac94093d30..5a0d86346d63 100644
--- a/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild
+++ b/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND="
virtual/perl-version
>=dev-perl/DBI-1.614.0
- dev-db/postgresql
+ dev-db/postgresql:*
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker