From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF2E4138334 for ; Sat, 5 Jan 2019 20:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A06F0E0ACF; Sat, 5 Jan 2019 20:04:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BC59E0ACF for ; Sat, 5 Jan 2019 20:04:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82DDF335D0F for ; Sat, 5 Jan 2019 20:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C31254E5 for ; Sat, 5 Jan 2019 20:04:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1546718667.eec8c67e9cde3eafbb22a495a390038469f4bfb6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/synergy/synergy-1.9.1.ebuild x11-misc/synergy/synergy-2.0.0.ebuild X-VCS-Directories: x11-misc/synergy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eec8c67e9cde3eafbb22a495a390038469f4bfb6 X-VCS-Branch: master Date: Sat, 5 Jan 2019 20:04:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01b6243b-420d-4fb1-91f0-c0709156de7b X-Archives-Hash: 009d155bb76170b7e5f47c48545c7597 commit: eec8c67e9cde3eafbb22a495a390038469f4bfb6 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 5 20:02:33 2019 +0000 Commit: Michał Górny gentoo 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 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}