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 78B1E1382C5 for ; Sat, 1 May 2021 09:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD0DFE0CAD; Sat, 1 May 2021 09:53:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8D3DCE0CAD for ; Sat, 1 May 2021 09:53:21 +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 748E7340C35 for ; Sat, 1 May 2021 09:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3F4E735 for ; Sat, 1 May 2021 09:53:18 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619862795.cd238fd0a705f6ffd3071b3a972959170b75816a.zlogene@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.13.1.41.ebuild X-VCS-Directories: x11-misc/synergy/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: cd238fd0a705f6ffd3071b3a972959170b75816a X-VCS-Branch: master Date: Sat, 1 May 2021 09:53:18 +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: 19a55bac-b81e-4420-b504-ed996d48fb14 X-Archives-Hash: d75071c96e0c1beb75ef830e8335d7a2 commit: cd238fd0a705f6ffd3071b3a972959170b75816a Author: Mikle Kolyada gentoo org> AuthorDate: Sat May 1 09:51:34 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat May 1 09:53:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd238fd0 x11-misc/synergy: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> x11-misc/synergy/synergy-1.13.1.41.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-misc/synergy/synergy-1.13.1.41.ebuild b/x11-misc/synergy/synergy-1.13.1.41.ebuild index a73983eac82..21abd7f2c78 100644 --- a/x11-misc/synergy/synergy-1.13.1.41.ebuild +++ b/x11-misc/synergy/synergy-1.13.1.41.ebuild @@ -24,12 +24,11 @@ S=${WORKDIR}/${MY_P} LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="libressl gui test zeroconf" +IUSE="gui test zeroconf" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= x11-libs/libICE:= x11-libs/libSM:= x11-libs/libX11:=