Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/
Date: Sun, 05 Feb 2017 00:16:42
Message-Id: 1486253758.7ae0cafde9984e56566ad1bb997d039d1dad3fab.asturm@gentoo
1 commit: 7ae0cafde9984e56566ad1bb997d039d1dad3fab
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 00:14:13 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 00:15:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae0cafd
7
8 net-libs/libvncserver: Switch to +threads by default
9
10 Gentoo-bug: 606838
11
12 REQUIRED_USE case: Eases life of most users that either set ssl in
13 make.conf or are desktop profile users.
14
15 Package-Manager: portage-2.3.3
16
17 net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild b/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild
21 index 79f7e3f..386993f 100644
22 --- a/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild
23 +++ b/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild
24 @@ -16,7 +16,7 @@ LICENSE="GPL-2"
25 # No sub slot wanted (yet), see #578958
26 SLOT="0"
27 KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
28 -IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl +png ssl static-libs systemd test threads +zlib"
29 +IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl +png ssl static-libs systemd test +threads +zlib"
30 REQUIRED_USE="!gnutls? ( ssl? ( threads ) )"
31
32 DEPEND="