From: Lars Wendler Date: Mon, 7 Jan 2019 16:43:08 +0000 (+0100) Subject: dev-db/cpp-driver: Adjusted slot dependency on dev-libs/openssl X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b76cac02704614e5c48200f159ad0e917df36c72;p=gentoo.git 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 --- 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}"