diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 19:00:23 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 20:15:25 +0100 |
commit | d9628d9726056383d4ea23440bf73a3d986ce361 (patch) | |
tree | f8e5027feeb5042016a1bc0767dd0b07496b6855 /dev-libs/poco | |
parent | dev-libs/pkcs11-helper: Adjusted slot dependency on dev-libs/openssl (diff) | |
download | gentoo-d9628d9726056383d4ea23440bf73a3d986ce361.tar.gz gentoo-d9628d9726056383d4ea23440bf73a3d986ce361.tar.bz2 gentoo-d9628d9726056383d4ea23440bf73a3d986ce361.zip |
dev-libs/poco: 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@gentoo.org>
Diffstat (limited to 'dev-libs/poco')
-rw-r--r-- | dev-libs/poco/poco-1.4.6_p4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/poco/poco-1.4.6_p4.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/poco/poco-1.7.6.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/poco/poco-1.9.0.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild index 24c307774d53..c148f9b0f5e9 100644 --- a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild +++ b/dev-libs/poco/poco-1.4.6_p4-r1.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="5" @@ -24,7 +24,7 @@ DEPEND=">=dev-libs/libpcre-8.13 odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( dev-db/unixODBC ) ) ssl? ( - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) sqlite? ( dev-db/sqlite:3 )" diff --git a/dev-libs/poco/poco-1.4.6_p4.ebuild b/dev-libs/poco/poco-1.4.6_p4.ebuild index 1a4742f5ae5d..93c4559ec12a 100644 --- a/dev-libs/poco/poco-1.4.6_p4.ebuild +++ b/dev-libs/poco/poco-1.4.6_p4.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="5" @@ -23,7 +23,7 @@ DEPEND=">=dev-libs/libpcre-8.13 mysql? ( virtual/mysql ) odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( dev-db/unixODBC ) ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0= ) sqlite? ( dev-db/sqlite:3 )" RDEPEND="${DEPEND}" diff --git a/dev-libs/poco/poco-1.7.6.ebuild b/dev-libs/poco/poco-1.7.6.ebuild index 127c9d0ac2c1..e4cc18980d1b 100644 --- a/dev-libs/poco/poco-1.7.6.ebuild +++ b/dev-libs/poco/poco-1.7.6.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 @@ -33,7 +33,7 @@ RDEPEND=">=dev-libs/libpcre-8.13 odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( dev-db/unixODBC ) ) ssl? ( - !libressl? ( <dev-libs/openssl-1.1.0:0 ) + !libressl? ( <dev-libs/openssl-1.1.0:0= ) libressl? ( dev-libs/libressl ) ) sqlite? ( dev-db/sqlite:3 ) diff --git a/dev-libs/poco/poco-1.9.0.ebuild b/dev-libs/poco/poco-1.9.0.ebuild index 127c9d0ac2c1..e4cc18980d1b 100644 --- a/dev-libs/poco/poco-1.9.0.ebuild +++ b/dev-libs/poco/poco-1.9.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 @@ -33,7 +33,7 @@ RDEPEND=">=dev-libs/libpcre-8.13 odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( dev-db/unixODBC ) ) ssl? ( - !libressl? ( <dev-libs/openssl-1.1.0:0 ) + !libressl? ( <dev-libs/openssl-1.1.0:0= ) libressl? ( dev-libs/libressl ) ) sqlite? ( dev-db/sqlite:3 ) |