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 47EA91395E2 for ; Sun, 27 Nov 2016 21:46:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0AA7E0B68; Sun, 27 Nov 2016 21:46:18 +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 70336E0B68 for ; Sun, 27 Nov 2016 21:46:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9F055341142 for ; Sun, 27 Nov 2016 21:46:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 466F849E for ; Sun, 27 Nov 2016 21:46:16 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1480283168.9c0484d722082e016aebab6b90d7cbedec93857b.vapier@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.10-r3.ebuild net-libs/libvncserver/libvncserver-0.9.10-r4.ebuild net-libs/libvncserver/libvncserver-0.9.10_p20160127.ebuild X-VCS-Directories: net-libs/libvncserver/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 9c0484d722082e016aebab6b90d7cbedec93857b X-VCS-Branch: master Date: Sun, 27 Nov 2016 21:46:16 +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: 76780bfd-e6e4-4162-a576-65386c2e5996 X-Archives-Hash: 2a502cfa8bd54ddba47680b29744c2db commit: 9c0484d722082e016aebab6b90d7cbedec93857b Author: Mike Frysinger gentoo org> AuthorDate: Sun Nov 27 21:44:09 2016 +0000 Commit: Mike Frysinger gentoo 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}] )