summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-23 11:19:16 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-23 11:19:49 -0500
commit4302bbd904b6bf8460e68caf631d25c24fc69753 (patch)
tree95f7d1a2f6216e493114c28b245dd1cc508b9581 /net-libs/nghttp2/nghttp2-9999.ebuild
parentnet-libs/nghttp2: drop old 1.[234].x versions (diff)
downloadgentoo-4302bbd904b6bf8460e68caf631d25c24fc69753.tar.gz
gentoo-4302bbd904b6bf8460e68caf631d25c24fc69753.tar.bz2
gentoo-4302bbd904b6bf8460e68caf631d25c24fc69753.zip
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.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
index 7ef717f44ed6..918c6dae2d04 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
)