summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 13:44:42 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 13:44:42 +0300
commit59f5a84ba6f52469ce6956a16e37d4d677ba8fb2 (patch)
treed5afdae719cbdb0eda5be7a74a0a9530c1998c0b /net-libs/libvncserver
parentnet-libs/libtorrent-rasterbar: remove libressl support (diff)
downloadgentoo-59f5a84ba6f52469ce6956a16e37d4d677ba8fb2.tar.gz
gentoo-59f5a84ba6f52469ce6956a16e37d4d677ba8fb2.tar.bz2
gentoo-59f5a84ba6f52469ce6956a16e37d4d677ba8fb2.zip
net-libs/libvncserver: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs/libvncserver')
-rw-r--r--net-libs/libvncserver/libvncserver-0.9.13.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.13.ebuild b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
index 319149c5bc12..b0e0993064f3 100644
--- a/net-libs/libvncserver/libvncserver-0.9.13.ebuild
+++ b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,7 @@ LICENSE="GPL-2 GPL-2+ LGPL-2.1+ BSD MIT"
# no sub slot wanted (yet), see #578958
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl systemd +threads +zlib"
+IUSE="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg lzo +png sasl ssl systemd +threads +zlib"
# https://bugs.gentoo.org/690202
# https://bugs.gentoo.org/435326
# https://bugs.gentoo.org/550916
@@ -32,8 +32,7 @@ DEPEND="
gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0= )
ssl? (
!gnutls? (
- !libressl? ( >=dev-libs/openssl-1.0.2:0= )
- libressl? ( >=dev-libs/libressl-2.7.0:0= )
+ >=dev-libs/openssl-1.0.2:0=
)
gnutls? ( >=net-libs/gnutls-2.12.23-r6:0= )
)