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:= )
        )
 "

Reply via email to