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 | |
parent | a9b73f4c9be1abbfd0a26a1b96565015e22c6469 (diff) | |
download | gentoo-4302bbd904b6bf8460e68caf631d25c24fc69753.tar.gz gentoo-4302bbd904b6bf8460e68caf631d25c24fc69753.tar.xz |
net-libs/nghttp2: require openssl[-bindist] when USE=utils #566926
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.0.5.ebuild | 2 | ||||
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.5.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.0.5.ebuild b/net-libs/nghttp2/nghttp2-1.0.5.ebuild index 66a8b3d9b38..aef686ed531 100644 --- a/net-libs/nghttp2/nghttp2-1.0.5.ebuild +++ b/net-libs/nghttp2/nghttp2-1.0.5.ebuild @@ -29,7 +29,7 @@ RDEPEND=" jemalloc? ( dev-libs/jemalloc ) utils? ( >=dev-libs/libev-4.15 - >=dev-libs/openssl-1.0.2 + >=dev-libs/openssl-1.0.2[-bindist] >=sys-libs/zlib-1.2.3 ) xml? ( >=dev-libs/libxml2-2.7.7 )" diff --git a/net-libs/nghttp2/nghttp2-1.5.0.ebuild b/net-libs/nghttp2/nghttp2-1.5.0.ebuild index 7ef717f44ed..918c6dae2d0 100644 --- a/net-libs/nghttp2/nghttp2-1.5.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.5.0.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 ) 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 ) |