commit: 7ae0cafde9984e56566ad1bb997d039d1dad3fab Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 5 00:14:13 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 00:15:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae0cafd
net-libs/libvncserver: Switch to +threads by default Gentoo-bug: 606838 REQUIRED_USE case: Eases life of most users that either set ssl in make.conf or are desktop profile users. Package-Manager: portage-2.3.3 net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild b/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild index 79f7e3f..386993f 100644 --- a/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2" # No sub slot wanted (yet), see #578958 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 systemd test threads +zlib" +IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl +png ssl static-libs systemd test +threads +zlib" REQUIRED_USE="!gnutls? ( ssl? ( threads ) )" DEPEND="
