summaryrefslogtreecommitdiff
path: root/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/cpp-driver/cpp-driver-2.11.0.ebuild')
-rw-r--r--dev-db/cpp-driver/cpp-driver-2.11.0.ebuild7
1 files changed, 3 insertions, 4 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}"