Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/
Date: Mon, 07 Jan 2019 17:00:34
Message-Id: 1546880416.9a639bbbcb6ee9c24fbd3ac86ca8f7112015f433.polynomial-c@gentoo
1 commit: 9a639bbbcb6ee9c24fbd3ac86ca8f7112015f433
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 16:52:35 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 17:00:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a639bbb
7
8 dev-db/pgpool2: Adjusted (sub-)slot dep on dev-libs/openssl
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-db/pgpool2/pgpool2-3.7.0.ebuild | 4 ++--
14 dev-db/pgpool2/pgpool2-3.7.1.ebuild | 4 ++--
15 dev-db/pgpool2/pgpool2-3.7.3.ebuild | 4 ++--
16 dev-db/pgpool2/pgpool2-3.7.5.ebuild | 4 ++--
17 dev-db/pgpool2/pgpool2-3.7.7.ebuild | 4 ++--
18 dev-db/pgpool2/pgpool2-4.0.2.ebuild | 4 ++--
19 dev-db/pgpool2/pgpool2-9999.ebuild | 4 ++--
20 7 files changed, 14 insertions(+), 14 deletions(-)
21
22 diff --git a/dev-db/pgpool2/pgpool2-3.7.0.ebuild b/dev-db/pgpool2/pgpool2-3.7.0.ebuild
23 index 9ffbb68c699..d69e1ec43a5 100644
24 --- a/dev-db/pgpool2/pgpool2-3.7.0.ebuild
25 +++ b/dev-db/pgpool2/pgpool2-3.7.0.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2019 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -24,7 +24,7 @@ RDEPEND="
33 net-libs/libnsl:0=
34 memcached? ( dev-libs/libmemcached )
35 pam? ( sys-auth/pambase )
36 - ssl? ( dev-libs/openssl:* )
37 + ssl? ( dev-libs/openssl:0= )
38 "
39 DEPEND="${RDEPEND}
40 sys-devel/bison
41
42 diff --git a/dev-db/pgpool2/pgpool2-3.7.1.ebuild b/dev-db/pgpool2/pgpool2-3.7.1.ebuild
43 index fe57ae92434..abc82060012 100644
44 --- a/dev-db/pgpool2/pgpool2-3.7.1.ebuild
45 +++ b/dev-db/pgpool2/pgpool2-3.7.1.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2018 Gentoo Foundation
48 +# Copyright 1999-2019 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -24,7 +24,7 @@ RDEPEND="
53 net-libs/libnsl:0=
54 memcached? ( dev-libs/libmemcached )
55 pam? ( sys-auth/pambase )
56 - ssl? ( dev-libs/openssl:* )
57 + ssl? ( dev-libs/openssl:0= )
58 "
59 DEPEND="${RDEPEND}
60 sys-devel/bison
61
62 diff --git a/dev-db/pgpool2/pgpool2-3.7.3.ebuild b/dev-db/pgpool2/pgpool2-3.7.3.ebuild
63 index fe57ae92434..abc82060012 100644
64 --- a/dev-db/pgpool2/pgpool2-3.7.3.ebuild
65 +++ b/dev-db/pgpool2/pgpool2-3.7.3.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2018 Gentoo Foundation
68 +# Copyright 1999-2019 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=6
72 @@ -24,7 +24,7 @@ RDEPEND="
73 net-libs/libnsl:0=
74 memcached? ( dev-libs/libmemcached )
75 pam? ( sys-auth/pambase )
76 - ssl? ( dev-libs/openssl:* )
77 + ssl? ( dev-libs/openssl:0= )
78 "
79 DEPEND="${RDEPEND}
80 sys-devel/bison
81
82 diff --git a/dev-db/pgpool2/pgpool2-3.7.5.ebuild b/dev-db/pgpool2/pgpool2-3.7.5.ebuild
83 index 285ca5b8727..f4f989f9a38 100644
84 --- a/dev-db/pgpool2/pgpool2-3.7.5.ebuild
85 +++ b/dev-db/pgpool2/pgpool2-3.7.5.ebuild
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2018 Gentoo Authors
88 +# Copyright 1999-2019 Gentoo Authors
89 # Distributed under the terms of the GNU General Public License v2
90
91 EAPI=6
92 @@ -25,7 +25,7 @@ RDEPEND="
93 memcached? ( dev-libs/libmemcached )
94 pam? ( sys-auth/pambase )
95 ssl? (
96 - !libressl? ( dev-libs/openssl:* )
97 + !libressl? ( dev-libs/openssl:0= )
98 libressl? ( dev-libs/libressl:= )
99 )
100 "
101
102 diff --git a/dev-db/pgpool2/pgpool2-3.7.7.ebuild b/dev-db/pgpool2/pgpool2-3.7.7.ebuild
103 index 79ac82b6529..59df68c3ad2 100644
104 --- a/dev-db/pgpool2/pgpool2-3.7.7.ebuild
105 +++ b/dev-db/pgpool2/pgpool2-3.7.7.ebuild
106 @@ -1,4 +1,4 @@
107 -# Copyright 1999-2018 Gentoo Authors
108 +# Copyright 1999-2019 Gentoo Authors
109 # Distributed under the terms of the GNU General Public License v2
110
111 EAPI=6
112 @@ -25,7 +25,7 @@ RDEPEND="
113 memcached? ( dev-libs/libmemcached )
114 pam? ( sys-auth/pambase )
115 ssl? (
116 - !libressl? ( dev-libs/openssl:* )
117 + !libressl? ( dev-libs/openssl:0= )
118 libressl? ( dev-libs/libressl:= )
119 )
120 "
121
122 diff --git a/dev-db/pgpool2/pgpool2-4.0.2.ebuild b/dev-db/pgpool2/pgpool2-4.0.2.ebuild
123 index 099a14d0870..6bfa9756868 100644
124 --- a/dev-db/pgpool2/pgpool2-4.0.2.ebuild
125 +++ b/dev-db/pgpool2/pgpool2-4.0.2.ebuild
126 @@ -1,4 +1,4 @@
127 -# Copyright 1999-2018 Gentoo Authors
128 +# Copyright 1999-2019 Gentoo Authors
129 # Distributed under the terms of the GNU General Public License v2
130
131 EAPI=6
132 @@ -25,7 +25,7 @@ RDEPEND="
133 memcached? ( dev-libs/libmemcached )
134 pam? ( sys-auth/pambase )
135 ssl? (
136 - !libressl? ( dev-libs/openssl:* )
137 + !libressl? ( dev-libs/openssl:0= )
138 libressl? ( dev-libs/libressl:= )
139 )
140 "
141
142 diff --git a/dev-db/pgpool2/pgpool2-9999.ebuild b/dev-db/pgpool2/pgpool2-9999.ebuild
143 index b565c24cfbe..839ce8a519a 100644
144 --- a/dev-db/pgpool2/pgpool2-9999.ebuild
145 +++ b/dev-db/pgpool2/pgpool2-9999.ebuild
146 @@ -1,4 +1,4 @@
147 -# Copyright 1999-2018 Gentoo Foundation
148 +# Copyright 1999-2019 Gentoo Authors
149 # Distributed under the terms of the GNU General Public License v2
150
151 EAPI=6
152 @@ -25,7 +25,7 @@ RDEPEND="
153 memcached? ( dev-libs/libmemcached )
154 pam? ( sys-auth/pambase )
155 ssl? (
156 - !libressl? ( dev-libs/openssl:* )
157 + !libressl? ( dev-libs/openssl:0= )
158 libressl? ( dev-libs/libressl:= )
159 )
160 "