commit: eec8c67e9cde3eafbb22a495a390038469f4bfb6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 5 20:02:33 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 5 20:04:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec8c67e
x11-misc/synergy: [QA] Correct *SSL dep to use :=
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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(-)
diff --git a/x11-misc/synergy/synergy-1.9.1.ebuild
b/x11-misc/synergy/synergy-1.9.1.ebuild
index 0484cd37832..63e9799f3ba 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 c6741a4ca9d..24579a8395f 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}