summaryrefslogtreecommitdiff
path: root/net-libs/libvncserver/libvncserver-0.9.14.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-28 22:05:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-28 22:05:06 +0000
commit5df0c8ba4bb09f65c6cfb7d67dead00d6b2a1bf9 (patch)
treead139c5164214ddcb3471af11b3bbba70e031e24 /net-libs/libvncserver/libvncserver-0.9.14.ebuild
parent158e7d0067767d034ef3a86a07afbf5bb9bf579f (diff)
gentoo auto-resync : 28:02:2023 - 22:05:06
Diffstat (limited to 'net-libs/libvncserver/libvncserver-0.9.14.ebuild')
-rw-r--r--net-libs/libvncserver/libvncserver-0.9.14.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.14.ebuild b/net-libs/libvncserver/libvncserver-0.9.14.ebuild
index 01ad479fffc3..bc1c292d70e9 100644
--- a/net-libs/libvncserver/libvncserver-0.9.14.ebuild
+++ b/net-libs/libvncserver/libvncserver-0.9.14.ebuild
@@ -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 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg 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
@@ -27,6 +27,12 @@ REQUIRED_USE="
png? ( zlib )
ssl? ( !gnutls? ( threads ) )
"
+# Avoid using internal crypto backend as it doesn't support
+# all authentication methods #893608
+REQUIRED_USE+="
+ ssl? ( gnutls? ( gcrypt ) )
+ !ssl? ( gcrypt )
+"
DEPEND="
gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0= )