summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-01-07 17:43:08 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-01-07 18:00:12 +0100
commitb76cac02704614e5c48200f159ad0e917df36c72 (patch)
treed8b1b5571c9c35f2cc918d6a0b60285bab487a15 /dev-db/cpp-driver/cpp-driver-2.9.0.ebuild
parentapp-portage/hashgen: Adjusted (sub-)slot dep on dev-libs/openssl (diff)
downloadgentoo-b76cac02704614e5c48200f159ad0e917df36c72.tar.gz
gentoo-b76cac02704614e5c48200f159ad0e917df36c72.tar.bz2
gentoo-b76cac02704614e5c48200f159ad0e917df36c72.zip
dev-db/cpp-driver: Adjusted slot dependency on dev-libs/openssl
source-based packages should never depend on any other openssl slot than slot 0. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-db/cpp-driver/cpp-driver-2.9.0.ebuild')
-rw-r--r--dev-db/cpp-driver/cpp-driver-2.9.0.ebuild6
1 files changed, 3 insertions, 3 deletions
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 66d76de1def7..961a2bbec060 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-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,8 +17,8 @@ IUSE="libressl ssl"
RDEPEND="
dev-libs/libuv:=
ssl? (
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
)"
DEPEND="${RDEPEND}"