Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/
Date: Sat, 01 May 2021 09:53:22
Message-Id: 1619862795.cd238fd0a705f6ffd3071b3a972959170b75816a.zlogene@gentoo
1 commit: cd238fd0a705f6ffd3071b3a972959170b75816a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 09:51:34 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 09:53:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd238fd0
7
8 x11-misc/synergy: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 x11-misc/synergy/synergy-1.13.1.41.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/synergy/synergy-1.13.1.41.ebuild b/x11-misc/synergy/synergy-1.13.1.41.ebuild
17 index a73983eac82..21abd7f2c78 100644
18 --- a/x11-misc/synergy/synergy-1.13.1.41.ebuild
19 +++ b/x11-misc/synergy/synergy-1.13.1.41.ebuild
20 @@ -24,12 +24,11 @@ S=${WORKDIR}/${MY_P}
21 LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
24 -IUSE="libressl gui test zeroconf"
25 +IUSE="gui test zeroconf"
26 RESTRICT="!test? ( test )"
27
28 RDEPEND="
29 - !libressl? ( dev-libs/openssl:= )
30 - libressl? ( dev-libs/libressl:= )
31 + dev-libs/openssl:=
32 x11-libs/libICE:=
33 x11-libs/libSM:=
34 x11-libs/libX11:=