mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/wget2: remove defunct 'openssl' USE flag
openssl is used whenever the 'gnutls' flag is disabled. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="gpgme">Build <pkg>app-crypt/gpgme</pkg> backend</flag>
|
||||
<flag name="openssl">Enable crypto support via <pkg>dev-libs/openssl</pkg></flag>
|
||||
<flag name="psl">Use public suffix list via <pkg>net-libs/libpsl</pkg></flag>
|
||||
</use>
|
||||
<upstream>
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
|
||||
LICENSE="GPL-3+ LGPL-3+"
|
||||
SLOT="0/0" # subslot = libwget.so version
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~x86"
|
||||
IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test xattr zlib"
|
||||
IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma pcre psl +ssl test xattr zlib"
|
||||
|
||||
RDEPEND="
|
||||
brotli? ( app-arch/brotli )
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://gitlab.com/gnuwget/wget2.git"
|
||||
LICENSE="GPL-3+ LGPL-3+"
|
||||
SLOT="0/0" # subslot = libwget.so version
|
||||
KEYWORDS=""
|
||||
IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test xattr zlib"
|
||||
IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma pcre psl +ssl test xattr zlib"
|
||||
|
||||
RDEPEND="
|
||||
brotli? ( app-arch/brotli )
|
||||
|
||||
Reference in New Issue
Block a user