From eec8c67e9cde3eafbb22a495a390038469f4bfb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Jan 2019 21:02:33 +0100 Subject: x11-misc/synergy: [QA] Correct *SSL dep to use := MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- x11-misc/synergy/synergy-1.9.1.ebuild | 6 +++--- x11-misc/synergy/synergy-2.0.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'x11-misc/synergy') diff --git a/x11-misc/synergy/synergy-1.9.1.ebuild b/x11-misc/synergy/synergy-1.9.1.ebuild index 0484cd37832e..63e9799f3bab 100644 --- a/x11-misc/synergy/synergy-1.9.1.ebuild +++ b/x11-misc/synergy/synergy-1.9.1.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 @@ -21,8 +21,8 @@ RESTRICT="test" S=${WORKDIR}/${PN}-core-${PV}-stable COMMON_DEPEND=" - !libressl? ( dev-libs/openssl:* ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:= ) + libressl? ( dev-libs/libressl:= ) net-misc/curl x11-libs/libICE x11-libs/libSM diff --git a/x11-misc/synergy/synergy-2.0.0.ebuild b/x11-misc/synergy/synergy-2.0.0.ebuild index c6741a4ca9d8..24579a8395f3 100644 --- a/x11-misc/synergy/synergy-2.0.0.ebuild +++ b/x11-misc/synergy/synergy-2.0.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 @@ -27,8 +27,8 @@ COMMON_DEPEND=" x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXtst - !libressl? ( dev-libs/openssl:* ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:= ) + libressl? ( dev-libs/libressl:= ) " DEPEND=" ${COMMON_DEPEND} -- cgit v1.2.3