From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C0EA139085 for ; Sun, 5 Feb 2017 00:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 415BDE0CEB; Sun, 5 Feb 2017 00:16:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18B34E0CEB for ; Sun, 5 Feb 2017 00:16:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 319A5341641 for ; Sun, 5 Feb 2017 00:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F01713D60 for ; Sun, 5 Feb 2017 00:16:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1486253758.7ae0cafde9984e56566ad1bb997d039d1dad3fab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild X-VCS-Directories: net-libs/libvncserver/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7ae0cafde9984e56566ad1bb997d039d1dad3fab X-VCS-Branch: master Date: Sun, 5 Feb 2017 00:16:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 62ea3cad-16ba-46d9-9e6b-76329f553c29 X-Archives-Hash: 3c37560f9b373aede9f0b4921c2486e7 commit: 7ae0cafde9984e56566ad1bb997d039d1dad3fab Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 5 00:14:13 2017 +0000 Commit: Andreas Sturmlechner gentoo 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="