commit: 9c0484d722082e016aebab6b90d7cbedec93857b Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Nov 27 21:44:09 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun Nov 27 21:46:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0484d7
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. net-libs/libvncserver/libvncserver-0.9.10-r3.ebuild | 1 + net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild | 1 + net-libs/libvncserver/libvncserver-0.9.10_p20160127.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-libs/libvncserver/libvncserver-0.9.10-r3.ebuild b/net-libs/libvncserver/libvncserver-0.9.10-r3.ebuild index 2513920..298b3df 100644 --- a/net-libs/libvncserver/libvncserver-0.9.10-r3.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.10-r3.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 +png ssl static-libs test threads +zlib" +REQUIRED_USE="!gnutls? ( ssl? ( threads ) )" DEPEND=" gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) diff --git a/net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild b/net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild index fb9059f..c5903de 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}] ) diff --git a/net-libs/libvncserver/libvncserver-0.9.10_p20160127.ebuild b/net-libs/libvncserver/libvncserver-0.9.10_p20160127.ebuild index 4190a40..8d83469 100644 --- a/net-libs/libvncserver/libvncserver-0.9.10_p20160127.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.10_p20160127.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}] )