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 DF91E139086 for ; Fri, 20 Jan 2017 19:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 179EEE0DE7; Fri, 20 Jan 2017 19:28:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E8891E0DE7 for ; Fri, 20 Jan 2017 19:28:38 +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 03FDB341645 for ; Fri, 20 Jan 2017 19:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DBE72A84 for ; Fri, 20 Jan 2017 19:28:35 +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: <1484940379.31ba7a6956054e40b599f58bf71eb4eba1811211.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.18.1.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: 31ba7a6956054e40b599f58bf71eb4eba1811211 X-VCS-Branch: master Date: Fri, 20 Jan 2017 19:28:35 +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: b7e5f17a-3f65-4bdd-bb46-0f235fa5ea9a X-Archives-Hash: 7803f8728ba32dd2aa78eed2ce143da5 commit: 31ba7a6956054e40b599f58bf71eb4eba1811211 Author: James Ausmus gmail com> AuthorDate: Thu Jan 19 23:45:42 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jan 20 19:26:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ba7a69 net-libs/nghttp2: add missing net-dns/c-ares dep with USE=utils #604708 net-libs/nghttp2/nghttp2-1.18.1.ebuild | 1 + net-libs/nghttp2/nghttp2-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/nghttp2/nghttp2-1.18.1.ebuild b/net-libs/nghttp2/nghttp2-1.18.1.ebuild index d41e498..2c00bea 100644 --- a/net-libs/nghttp2/nghttp2-1.18.1.ebuild +++ b/net-libs/nghttp2/nghttp2-1.18.1.ebuild @@ -32,6 +32,7 @@ RDEPEND=" !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}] + net-dns/c-ares:=[${MULTILIB_USEDEP}] ) xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 5f101b4..eb70466 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -32,6 +32,7 @@ RDEPEND=" !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}] + net-dns/c-ares:=[${MULTILIB_USEDEP}] ) xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}