diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-01 12:51:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-01 12:53:15 +0300 |
commit | cd238fd0a705f6ffd3071b3a972959170b75816a (patch) | |
tree | 59a2b93c120a81b1812b6898b1614e0e2a2d7ff1 /x11-misc | |
parent | x11-misc/virtualgl: remove libressl support (diff) | |
download | gentoo-cd238fd0a705f6ffd3071b3a972959170b75816a.tar.gz gentoo-cd238fd0a705f6ffd3071b3a972959170b75816a.tar.bz2 gentoo-cd238fd0a705f6ffd3071b3a972959170b75816a.zip |
x11-misc/synergy: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/synergy/synergy-1.13.1.41.ebuild | 5 |
1 files 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 a73983eac822..21abd7f2c78b 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:= |