From: James Ausmus Date: Thu, 19 Jan 2017 23:45:42 +0000 (-0800) Subject: net-libs/nghttp2: add missing net-dns/c-ares dep with USE=utils #604708 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31ba7a6956054e40b599f58bf71eb4eba1811211;p=gentoo.git net-libs/nghttp2: add missing net-dns/c-ares dep with USE=utils #604708 --- diff --git a/net-libs/nghttp2/nghttp2-1.18.1.ebuild b/net-libs/nghttp2/nghttp2-1.18.1.ebuild index d41e498f8582..2c00bea1fbab 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 5f101b4faf2c..eb70466df86a 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}