diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 11:53:52 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 11:53:52 +0300 |
commit | e0b1ef123259b0692d80401efff4322bac8d9fc3 (patch) | |
tree | ae9ea5897c78c64730b762c8b71fe8e4bfc2cbd1 /net-libs/nghttp2 | |
parent | net-libs/neon: remove libressl support (diff) | |
download | gentoo-e0b1ef123259b0692d80401efff4322bac8d9fc3.tar.gz gentoo-e0b1ef123259b0692d80401efff4322bac8d9fc3.tar.bz2 gentoo-e0b1ef123259b0692d80401efff4322bac8d9fc3.zip |
net-libs/nghttp2: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.41.0.ebuild | 5 | ||||
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.42.0.ebuild | 7 | ||||
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.43.0.ebuild | 5 | ||||
-rw-r--r-- | 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 4e440e370c50..23ad9258f82e 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 5426a55b59df..d7631ef5957d 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 93e97420b9b1..a0d00baaf8f5 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 ad61312be51f..de9c1c42d032 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? ( |