From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/
Date: Mon, 7 Jan 2019 17:00:25 +0000 (UTC) [thread overview]
Message-ID: <1546880416.9a639bbbcb6ee9c24fbd3ac86ca8f7112015f433.polynomial-c@gentoo> (raw)
commit: 9a639bbbcb6ee9c24fbd3ac86ca8f7112015f433
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 7 16:52:35 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 17:00:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a639bbb
dev-db/pgpool2: Adjusted (sub-)slot dep on dev-libs/openssl
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-db/pgpool2/pgpool2-3.7.0.ebuild | 4 ++--
dev-db/pgpool2/pgpool2-3.7.1.ebuild | 4 ++--
dev-db/pgpool2/pgpool2-3.7.3.ebuild | 4 ++--
dev-db/pgpool2/pgpool2-3.7.5.ebuild | 4 ++--
dev-db/pgpool2/pgpool2-3.7.7.ebuild | 4 ++--
dev-db/pgpool2/pgpool2-4.0.2.ebuild | 4 ++--
dev-db/pgpool2/pgpool2-9999.ebuild | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/dev-db/pgpool2/pgpool2-3.7.0.ebuild b/dev-db/pgpool2/pgpool2-3.7.0.ebuild
index 9ffbb68c699..d69e1ec43a5 100644
--- a/dev-db/pgpool2/pgpool2-3.7.0.ebuild
+++ b/dev-db/pgpool2/pgpool2-3.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,7 +24,7 @@ RDEPEND="
net-libs/libnsl:0=
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
- ssl? ( dev-libs/openssl:* )
+ ssl? ( dev-libs/openssl:0= )
"
DEPEND="${RDEPEND}
sys-devel/bison
diff --git a/dev-db/pgpool2/pgpool2-3.7.1.ebuild b/dev-db/pgpool2/pgpool2-3.7.1.ebuild
index fe57ae92434..abc82060012 100644
--- a/dev-db/pgpool2/pgpool2-3.7.1.ebuild
+++ b/dev-db/pgpool2/pgpool2-3.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,7 +24,7 @@ RDEPEND="
net-libs/libnsl:0=
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
- ssl? ( dev-libs/openssl:* )
+ ssl? ( dev-libs/openssl:0= )
"
DEPEND="${RDEPEND}
sys-devel/bison
diff --git a/dev-db/pgpool2/pgpool2-3.7.3.ebuild b/dev-db/pgpool2/pgpool2-3.7.3.ebuild
index fe57ae92434..abc82060012 100644
--- a/dev-db/pgpool2/pgpool2-3.7.3.ebuild
+++ b/dev-db/pgpool2/pgpool2-3.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,7 +24,7 @@ RDEPEND="
net-libs/libnsl:0=
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
- ssl? ( dev-libs/openssl:* )
+ ssl? ( dev-libs/openssl:0= )
"
DEPEND="${RDEPEND}
sys-devel/bison
diff --git a/dev-db/pgpool2/pgpool2-3.7.5.ebuild b/dev-db/pgpool2/pgpool2-3.7.5.ebuild
index 285ca5b8727..f4f989f9a38 100644
--- a/dev-db/pgpool2/pgpool2-3.7.5.ebuild
+++ b/dev-db/pgpool2/pgpool2-3.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,7 +25,7 @@ RDEPEND="
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
ssl? (
- !libressl? ( dev-libs/openssl:* )
+ !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
)
"
diff --git a/dev-db/pgpool2/pgpool2-3.7.7.ebuild b/dev-db/pgpool2/pgpool2-3.7.7.ebuild
index 79ac82b6529..59df68c3ad2 100644
--- a/dev-db/pgpool2/pgpool2-3.7.7.ebuild
+++ b/dev-db/pgpool2/pgpool2-3.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,7 +25,7 @@ RDEPEND="
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
ssl? (
- !libressl? ( dev-libs/openssl:* )
+ !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
)
"
diff --git a/dev-db/pgpool2/pgpool2-4.0.2.ebuild b/dev-db/pgpool2/pgpool2-4.0.2.ebuild
index 099a14d0870..6bfa9756868 100644
--- a/dev-db/pgpool2/pgpool2-4.0.2.ebuild
+++ b/dev-db/pgpool2/pgpool2-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,7 +25,7 @@ RDEPEND="
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
ssl? (
- !libressl? ( dev-libs/openssl:* )
+ !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
)
"
diff --git a/dev-db/pgpool2/pgpool2-9999.ebuild b/dev-db/pgpool2/pgpool2-9999.ebuild
index b565c24cfbe..839ce8a519a 100644
--- a/dev-db/pgpool2/pgpool2-9999.ebuild
+++ b/dev-db/pgpool2/pgpool2-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,7 +25,7 @@ RDEPEND="
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
ssl? (
- !libressl? ( dev-libs/openssl:* )
+ !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
)
"
next reply other threads:[~2019-01-07 17:00 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-07 17:00 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-28 21:39 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/ Andreas Sturmlechner
2025-07-18 15:18 Sam James
2025-07-04 20:41 Arthur Zamarin
2025-07-04 20:41 Arthur Zamarin
2025-02-25 7:38 Sam James
2024-12-04 9:15 Sam James
2024-12-01 22:36 Jakov Smolić
2024-06-20 4:31 Patrick Lauer
2024-05-09 23:48 Sam James
2024-03-11 14:24 Sam James
2023-12-18 7:45 罗百科
2023-10-05 9:37 罗百科
2023-10-05 9:37 罗百科
2022-10-20 10:56 Jakov Smolić
2022-10-20 10:52 Jakov Smolić
2022-06-14 10:35 罗百科
2022-03-15 15:44 Conrad Kostecki
2021-08-22 21:53 David Seifert
2021-08-22 21:53 David Seifert
2021-07-10 18:54 Sam James
2021-05-02 20:15 Mikle Kolyada
2021-03-03 12:53 Aaron W. Swenson
2021-02-17 20:52 Sam James
2021-02-16 19:22 Sam James
2020-12-27 12:37 Aaron W. Swenson
2020-08-14 0:49 Aaron W. Swenson
2019-08-02 11:38 Mikle Kolyada
2019-07-08 12:10 Thomas Deutschmann
2019-06-15 10:58 Aaron W. Swenson
2019-05-23 10:08 Aaron W. Swenson
2019-05-13 10:37 Aaron W. Swenson
2019-05-13 0:38 Thomas Deutschmann
2019-04-08 15:41 Mikle Kolyada
2019-03-07 16:39 Aaron W. Swenson
2019-02-10 11:57 Aaron W. Swenson
2019-02-08 7:45 Mikle Kolyada
2019-01-24 22:22 Thomas Deutschmann
2018-11-28 11:26 Aaron W. Swenson
2018-11-17 23:23 Thomas Deutschmann
2018-09-15 17:08 Mikle Kolyada
2018-09-10 21:21 Thomas Deutschmann
2018-08-03 13:36 Aaron Swenson
2018-05-13 16:56 Aaron Swenson
2018-05-13 16:56 Aaron Swenson
2018-04-27 20:59 Aaron Swenson
2018-01-12 21:35 Aaron Swenson
2018-01-08 0:16 Mikle Kolyada
2017-12-26 0:59 Thomas Deutschmann
2017-12-01 10:57 Aaron Swenson
2017-11-09 0:27 Aaron Swenson
2017-11-03 20:44 Andreas Hüttel
2017-09-18 18:50 Patrick Lauer
2017-02-22 17:11 Patrick Lauer
2016-06-07 11:07 Aaron Swenson
2016-02-28 20:18 Patrick Lauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1546880416.9a639bbbcb6ee9c24fbd3ac86ca8f7112015f433.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox