Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-Pg/
Date: Sat, 02 Jan 2016 19:42:40
Message-Id: 1451763768.8a334d42ba7d67d41aecafa4a6c0f66e220a0438.dilfridge@gentoo
1 commit: 8a334d42ba7d67d41aecafa4a6c0f66e220a0438
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 19:38:59 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 19:42:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a334d42
7
8 dev-perl/DBD-Pg: Specify postgresql slot (any)
9
10 Package-Manager: portage-2.2.26
11
12 dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild | 4 ++--
13 dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild | 4 ++--
14 dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 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
18 index 9da3981..3df33bc 100644
19 --- a/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild
20 +++ b/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -16,7 +16,7 @@ IUSE=""
28
29 RDEPEND="virtual/perl-version
30 >=dev-perl/DBI-1.52
31 - dev-db/postgresql"
32 + dev-db/postgresql:*"
33 DEPEND="${RDEPEND}"
34
35 # testcases require a local database with an
36
37 diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild b/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild
38 index 7f74837..f61da82 100644
39 --- a/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild
40 +++ b/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2014 Gentoo Foundation
43 +# Copyright 1999-2016 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -16,7 +16,7 @@ IUSE=""
48
49 RDEPEND="virtual/perl-version
50 >=dev-perl/DBI-1.614.0
51 - dev-db/postgresql"
52 + dev-db/postgresql:*"
53 DEPEND="${RDEPEND}"
54
55 # testcases require a local database with an
56
57 diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild b/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild
58 index 4fac940..5a0d863 100644
59 --- a/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild
60 +++ b/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2014 Gentoo Foundation
63 +# Copyright 1999-2016 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 @@ -16,7 +16,7 @@ IUSE=""
68 RDEPEND="
69 virtual/perl-version
70 >=dev-perl/DBI-1.614.0
71 - dev-db/postgresql
72 + dev-db/postgresql:*
73 "
74 DEPEND="${RDEPEND}
75 virtual/perl-ExtUtils-MakeMaker