commit:     4302bbd904b6bf8460e68caf631d25c24fc69753
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 16:19:16 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 16:19:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4302bbd9

net-libs/nghttp2: require openssl[-bindist] when USE=utils #566926

 net-libs/nghttp2/nghttp2-1.0.5.ebuild | 2 +-
 net-libs/nghttp2/nghttp2-1.5.0.ebuild | 2 +-
 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 66a8b3d..aef686e 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 7ef717f..918c6da 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 7ef717f..918c6da 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
        )

Reply via email to