From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 13C731388C1 for ; Wed, 23 Dec 2015 16:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 064FA21C03A; Wed, 23 Dec 2015 16:20:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6B2321C03A for ; Wed, 23 Dec 2015 16:20:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87C24340766 for ; Wed, 23 Dec 2015 16:20:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC6E3CEB for ; Wed, 23 Dec 2015 16:20:00 +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: <1450887589.4302bbd904b6bf8460e68caf631d25c24fc69753.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp2/nghttp2-1.0.5.ebuild net-libs/nghttp2/nghttp2-1.5.0.ebuild net-libs/nghttp2/nghttp2-9999.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 4302bbd904b6bf8460e68caf631d25c24fc69753 X-VCS-Branch: master Date: Wed, 23 Dec 2015 16:20:00 +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: 63b4ae3c-dd5a-47bb-a19e-b76b9735d5f8 X-Archives-Hash: ee91368a8943f7aa17991207bb31e17f commit: 4302bbd904b6bf8460e68caf631d25c24fc69753 Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 23 16:19:16 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 23 16:19:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4302bbd9 net-libs/nghttp2: require openssl[-bindist] when USE=utils #566926 net-libs/nghttp2/nghttp2-1.0.5.ebuild | 2 +- net-libs/nghttp2/nghttp2-1.5.0.ebuild | 2 +- net-libs/nghttp2/nghttp2-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-1.0.5.ebuild b/net-libs/nghttp2/nghttp2-1.0.5.ebuild index 66a8b3d..aef686e 100644 --- a/net-libs/nghttp2/nghttp2-1.0.5.ebuild +++ b/net-libs/nghttp2/nghttp2-1.0.5.ebuild @@ -29,7 +29,7 @@ RDEPEND=" jemalloc? ( dev-libs/jemalloc ) utils? ( >=dev-libs/libev-4.15 - >=dev-libs/openssl-1.0.2 + >=dev-libs/openssl-1.0.2[-bindist] >=sys-libs/zlib-1.2.3 ) xml? ( >=dev-libs/libxml2-2.7.7 )" diff --git a/net-libs/nghttp2/nghttp2-1.5.0.ebuild b/net-libs/nghttp2/nghttp2-1.5.0.ebuild index 7ef717f..918c6da 100644 --- a/net-libs/nghttp2/nghttp2-1.5.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.5.0.ebuild @@ -29,7 +29,7 @@ RDEPEND=" jemalloc? ( dev-libs/jemalloc ) utils? ( >=dev-libs/libev-4.15 - !libressl? ( >=dev-libs/openssl-1.0.2:0 ) + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] ) libressl? ( dev-libs/libressl ) >=sys-libs/zlib-1.2.3 ) diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 7ef717f..918c6da 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -29,7 +29,7 @@ RDEPEND=" jemalloc? ( dev-libs/jemalloc ) utils? ( >=dev-libs/libev-4.15 - !libressl? ( >=dev-libs/openssl-1.0.2:0 ) + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] ) libressl? ( dev-libs/libressl ) >=sys-libs/zlib-1.2.3 )