net-libs/libvncserver: require USE=threads for openssl builds #550916
authorMike Frysinger <vapier@gentoo.org>
Sun, 27 Nov 2016 21:44:09 +0000 (16:44 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 27 Nov 2016 21:46:08 +0000 (16:46 -0500)
The libvncclient/tls_openssl.c module hard requires pthread support
currently, so update the required USE list to reflect that.

net-libs/libvncserver/libvncserver-0.9.10-r3.ebuild
net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild
net-libs/libvncserver/libvncserver-0.9.10_p20160127.ebuild

index 2513920a9debbf684d580fa5ed16692d60580a54..298b3dff2e2145180db154ad5dbfd80922e841fa 100644 (file)
@@ -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 +png ssl static-libs test threads +zlib"
+REQUIRED_USE="!gnutls? ( ssl? ( threads ) )"
 
 DEPEND="
        gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
index fb9059f56fc0e1aecd857d39cdbb80f5ab2366f0..c5903de34a7494359d7fb232c5488bf505bd34df 100644 (file)
@@ -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}] )
index 4190a404e2b5db00fd22c964ad80459e36bbd671..8d83469a33702bfb0cf49d0358b06d20df6497bb 100644 (file)
@@ -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}] )