summaryrefslogtreecommitdiff
path: root/net-misc/wget2/wget2-1.99.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/wget2/wget2-1.99.2.ebuild')
-rw-r--r--net-misc/wget2/wget2-1.99.2.ebuild7
1 files changed, 3 insertions, 4 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? (