commit:     3655f63ff09bb263294295b742a3ee9dc4719bb0
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 15:08:56 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 16:38:04 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3655f63f

net-libs/nghttp2: add libressl support

 net-libs/nghttp2/{nghttp2-9999.ebuild => nghttp2-1.2.1-r1.ebuild} | 5 +++--
 net-libs/nghttp2/nghttp2-9999.ebuild                              | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild 
b/net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild
similarity index 90%
copy from net-libs/nghttp2/nghttp2-9999.ebuild
copy to net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild
index 3a8f850..7ef717f 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://nghttp2.org/";
 
 LICENSE="MIT"
 SLOT="0/1.14" # <C++>.<C> SONAMEs
-IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
+IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
 
 RDEPEND="
        cxx? ( dev-libs/boost[${MULTILIB_USEDEP},threads] )
@@ -29,7 +29,8 @@ RDEPEND="
        jemalloc? ( dev-libs/jemalloc )
        utils? (
                >=dev-libs/libev-4.15
-               >=dev-libs/openssl-1.0.2
+               !libressl? ( >=dev-libs/openssl-1.0.2:0 )
+               libressl? ( dev-libs/libressl )
                >=sys-libs/zlib-1.2.3
        )
        xml? ( >=dev-libs/libxml2-2.7.7 )"

diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild 
b/net-libs/nghttp2/nghttp2-9999.ebuild
index 3a8f850..7ef717f 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-9999.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://nghttp2.org/";
 
 LICENSE="MIT"
 SLOT="0/1.14" # <C++>.<C> SONAMEs
-IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
+IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
 
 RDEPEND="
        cxx? ( dev-libs/boost[${MULTILIB_USEDEP},threads] )
@@ -29,7 +29,8 @@ RDEPEND="
        jemalloc? ( dev-libs/jemalloc )
        utils? (
                >=dev-libs/libev-4.15
-               >=dev-libs/openssl-1.0.2
+               !libressl? ( >=dev-libs/openssl-1.0.2:0 )
+               libressl? ( dev-libs/libressl )
                >=sys-libs/zlib-1.2.3
        )
        xml? ( >=dev-libs/libxml2-2.7.7 )"

Reply via email to