diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-27 16:44:09 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-27 16:46:08 -0500 |
commit | 9c0484d722082e016aebab6b90d7cbedec93857b (patch) | |
tree | c146e189654d0e6859d886774c951f1d574d64a8 /net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild | |
parent | app-crypt/gnupg: Fix typo in previous commit (diff) | |
download | gentoo-9c0484d722082e016aebab6b90d7cbedec93857b.tar.gz gentoo-9c0484d722082e016aebab6b90d7cbedec93857b.tar.bz2 gentoo-9c0484d722082e016aebab6b90d7cbedec93857b.zip |
net-libs/libvncserver: require USE=threads for openssl builds #550916
The libvncclient/tls_openssl.c module hard requires pthread support
currently, so update the required USE list to reflect that.
Diffstat (limited to 'net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild b/net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild index fb9059f56fc0..c5903de34a74 100644 --- a/net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl +png ssl static-libs test threads +zlib" +REQUIRED_USE="!gnutls? ( ssl? ( threads ) )" DEPEND=" gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) |