diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-01 13:19:17 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-01 13:19:17 +0300 |
commit | 1a7fc4aa2b67c29cb0924b821761401785b370d3 (patch) | |
tree | 4418972f15f9970d411e2037118cc66ebeadea28 /net-misc | |
parent | sys-apps/ucspi-ssl: remove libressl support (diff) | |
download | gentoo-1a7fc4aa2b67c29cb0924b821761401785b370d3.tar.gz gentoo-1a7fc4aa2b67c29cb0924b821761401785b370d3.tar.bz2 gentoo-1a7fc4aa2b67c29cb0924b821761401785b370d3.zip |
net-misc/wget2: 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-misc')
-rw-r--r-- | net-misc/wget2/wget2-1.99.2.ebuild | 7 | ||||
-rw-r--r-- | net-misc/wget2/wget2-9999.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net-misc/wget2/wget2-1.99.2.ebuild b/net-misc/wget2/wget2-1.99.2.ebuild index f9970c40fb1a..bf81f1f8ebb8 100644 --- a/net-misc/wget2/wget2-1.99.2.ebuild +++ b/net-misc/wget2/wget2-1.99.2.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 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/0" # subslot = libwget.so version KEYWORDS="~amd64 ~x86" -IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn libressl lzma openssl pcre psl +ssl test valgrind xattr zlib" +IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzma openssl pcre psl +ssl test valgrind xattr zlib" REQUIRED_USE="valgrind? ( test )" RDEPEND=" @@ -22,8 +22,7 @@ RDEPEND=" ssl? ( gnutls? ( net-libs/gnutls:= ) !gnutls? ( - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= ) ) gpgme? ( diff --git a/net-misc/wget2/wget2-9999.ebuild b/net-misc/wget2/wget2-9999.ebuild index 22f29b168591..b757baf13439 100644 --- a/net-misc/wget2/wget2-9999.ebuild +++ b/net-misc/wget2/wget2-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 EAPI=7 @@ -16,7 +16,7 @@ else fi LICENSE="GPL-3" SLOT="0/0" # subslot = libwget.so version -IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn libressl lzma openssl pcre psl +ssl test valgrind xattr zlib" +IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzma openssl pcre psl +ssl test valgrind xattr zlib" REQUIRED_USE="valgrind? ( test )" RDEPEND=" @@ -26,8 +26,7 @@ RDEPEND=" ssl? ( gnutls? ( net-libs/gnutls:= ) !gnutls? ( - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= ) ) gpgme? ( |