diff options
author | James Ausmus <james.ausmus@gmail.com> | 2017-01-19 15:45:42 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-01-20 13:26:19 -0600 |
commit | 31ba7a6956054e40b599f58bf71eb4eba1811211 (patch) | |
tree | af4e707f3cece191626f62181d9a42777f6265d4 /net-libs/nghttp2 | |
parent | app-emulation/qemu: generate init.d script from upstream settings (diff) | |
download | gentoo-31ba7a6956054e40b599f58bf71eb4eba1811211.tar.gz gentoo-31ba7a6956054e40b599f58bf71eb4eba1811211.tar.bz2 gentoo-31ba7a6956054e40b599f58bf71eb4eba1811211.zip |
net-libs/nghttp2: add missing net-dns/c-ares dep with USE=utils #604708
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.18.1.ebuild | 1 | ||||
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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} |