dev-db/cpp-driver: Adjusted slot dependency on dev-libs/openssl
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 7 Jan 2019 16:43:08 +0000 (17:43 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 7 Jan 2019 17:00:12 +0000 (18:00 +0100)
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>
dev-db/cpp-driver/cpp-driver-2.9.0.ebuild

index 66d76de1def76a709998ea35e1824809ccd8b06a..961a2bbec06047c240f1ff0a67081c35015e74ee 100644 (file)
@@ -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}"