diff options
author | 2018-01-29 15:09:04 -0500 | |
---|---|---|
committer | 2018-01-29 15:10:11 -0500 | |
commit | 532f3c6baad1718c9c1b25b8ce4e26cc4791511d (patch) | |
tree | ecb7228c51eb0c3fcb8e17729ad535e405077239 /net-libs/nghttp2/nghttp2-9999.ebuild | |
parent | net-libs/nghttp2: mark 1.19.0 arm/m68k/s390/sh stable #613536 (diff) | |
download | gentoo-532f3c6baad1718c9c1b25b8ce4e26cc4791511d.tar.gz gentoo-532f3c6baad1718c9c1b25b8ce4e26cc4791511d.tar.bz2 gentoo-532f3c6baad1718c9c1b25b8ce4e26cc4791511d.zip |
net-libs/nghttp2: depend on ssl for USE=cxx too #561492
Closes: https://bugs.gentoo.org/561492
Diffstat (limited to 'net-libs/nghttp2/nghttp2-9999.ebuild')
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index f7c762907e06..7df2072eee13 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -22,14 +22,20 @@ LICENSE="MIT" SLOT="0/1.14" # <C++>.<C> SONAMEs IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml" +SSL_DEPEND=" + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) +" RDEPEND=" - cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] ) + cxx? ( + ${SSL_DEPEND} + dev-libs/boost:=[${MULTILIB_USEDEP},threads] + ) hpack-tools? ( >=dev-libs/jansson-2.5 ) jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] ) utils? ( + ${SSL_DEPEND} >=dev-libs/libev-4.15[${MULTILIB_USEDEP}] - !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}] ) |