From b76cac02704614e5c48200f159ad0e917df36c72 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 7 Jan 2019 17:43:08 +0100 Subject: [PATCH] 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 --- dev-db/cpp-driver/cpp-driver-2.9.0.ebuild | 6 +++--- 1 file 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}" -- 2.26.2