diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:09:37 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:09:37 +0300 |
commit | 27024b1ec0ced85db57b578d9d7ecf3a3b2c7c2c (patch) | |
tree | 6308a019887ed9fda8df21c4be09a8cd7a00d5ff | |
parent | app-portage/portage-utils: remove libressl support (diff) | |
download | gentoo-27024b1ec0ced85db57b578d9d7ecf3a3b2c7c2c.tar.gz gentoo-27024b1ec0ced85db57b578d9d7ecf3a3b2c7c2c.tar.bz2 gentoo-27024b1ec0ced85db57b578d9d7ecf3a3b2c7c2c.zip |
dev-db/cpp-driver: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r-- | dev-db/cpp-driver/cpp-driver-2.11.0.ebuild | 7 | ||||
-rw-r--r-- | dev-db/cpp-driver/cpp-driver-2.9.0.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild b/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild index 60a578597de1..d9088c8dee8d 100644 --- a/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild +++ b/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,13 +12,12 @@ SRC_URI="https://github.com/datastax/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="libressl ssl" +IUSE="ssl" RDEPEND=" dev-libs/libuv:= ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= )" DEPEND="${RDEPEND}" diff --git a/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild b/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild index 961a2bbec060..69593833d3b5 100644 --- a/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild +++ b/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,13 +12,12 @@ SRC_URI="https://github.com/datastax/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="libressl ssl" +IUSE="ssl" RDEPEND=" dev-libs/libuv:= ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= )" DEPEND="${RDEPEND}" |