commit: 31ba7a6956054e40b599f58bf71eb4eba1811211
Author: James Ausmus <james.ausmus <AT> gmail <DOT> com>
AuthorDate: Thu Jan 19 23:45:42 2017 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> 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}