From 27024b1ec0ced85db57b578d9d7ecf3a3b2c7c2c Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 2 May 2021 23:09:37 +0300 Subject: dev-db/cpp-driver: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- dev-db/cpp-driver/cpp-driver-2.11.0.ebuild | 7 +++---- 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}" -- cgit v1.2.3-65-gdbad