diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-23 11:19:16 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-23 11:19:49 -0500 |
commit | 4302bbd904b6bf8460e68caf631d25c24fc69753 (patch) | |
tree | 95f7d1a2f6216e493114c28b245dd1cc508b9581 /net-libs/nghttp2/nghttp2-9999.ebuild | |
parent | a9b73f4c9be1abbfd0a26a1b96565015e22c6469 (diff) | |
download | gentoo-4302bbd904b6bf8460e68caf631d25c24fc69753.tar.gz gentoo-4302bbd904b6bf8460e68caf631d25c24fc69753.tar.xz |
net-libs/nghttp2: require openssl[-bindist] when USE=utils #566926
Diffstat (limited to 'net-libs/nghttp2/nghttp2-9999.ebuild')
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 7ef717f44ed..918c6dae2d0 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -29,7 +29,7 @@ RDEPEND=" jemalloc? ( dev-libs/jemalloc ) utils? ( >=dev-libs/libev-4.15 - !libressl? ( >=dev-libs/openssl-1.0.2:0 ) + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] ) libressl? ( dev-libs/libressl ) >=sys-libs/zlib-1.2.3 ) |