commit:     e0b1ef123259b0692d80401efff4322bac8d9fc3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 08:53:52 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May  3 08:53:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b1ef12

net-libs/nghttp2: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-libs/nghttp2/nghttp2-1.41.0.ebuild | 5 ++---
 net-libs/nghttp2/nghttp2-1.42.0.ebuild | 7 +++----
 net-libs/nghttp2/nghttp2-1.43.0.ebuild | 5 ++---
 net-libs/nghttp2/nghttp2-9999.ebuild   | 7 +++----
 4 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.41.0.ebuild
index 4e440e370c5..23ad9258f82 100644
--- a/net-libs/nghttp2/nghttp2-1.41.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.41.0.ebuild
@@ -20,13 +20,12 @@ HOMEPAGE="https://nghttp2.org/";
 
 LICENSE="MIT"
 SLOT="0/1.14" # <C++>.<C> SONAMEs
-IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
 
 RESTRICT="!test? ( test )"
 
 SSL_DEPEND="
-       !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
-       libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+       >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}]
 "
 RDEPEND="
        cxx? (

diff --git a/net-libs/nghttp2/nghttp2-1.42.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.42.0.ebuild
index 5426a55b59d..d7631ef5957 100644
--- a/net-libs/nghttp2/nghttp2-1.42.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.42.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # TODO: Add python support.
@@ -20,13 +20,12 @@ HOMEPAGE="https://nghttp2.org/";
 
 LICENSE="MIT"
 SLOT="0/1.14" # <C++>.<C> SONAMEs
-IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
 
 RESTRICT="!test? ( test )"
 
 SSL_DEPEND="
-       !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
-       libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+       >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}]
 "
 RDEPEND="
        cxx? (

diff --git a/net-libs/nghttp2/nghttp2-1.43.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.43.0.ebuild
index 93e97420b9b..a0d00baaf8f 100644
--- a/net-libs/nghttp2/nghttp2-1.43.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.43.0.ebuild
@@ -20,13 +20,12 @@ HOMEPAGE="https://nghttp2.org/";
 
 LICENSE="MIT"
 SLOT="0/1.14" # <C++>.<C> SONAMEs
-IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
 
 RESTRICT="!test? ( test )"
 
 SSL_DEPEND="
-       !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
-       libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+       >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}]
 "
 RDEPEND="
        cxx? (

diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild 
b/net-libs/nghttp2/nghttp2-9999.ebuild
index ad61312be51..de9c1c42d03 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # TODO: Add python support.
@@ -20,13 +20,12 @@ HOMEPAGE="https://nghttp2.org/";
 
 LICENSE="MIT"
 SLOT="0/1.14" # <C++>.<C> SONAMEs
-IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
 
 RESTRICT="!test? ( test )"
 
 SSL_DEPEND="
-       !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
-       libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+       >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}]
 "
 RDEPEND="
        cxx? (

Reply via email to