commit:     51b4a2d062b40e25aed7812d6b82467d66c75048
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 17:35:29 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 17:37:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b4a2d0

net-misc/wget: replace 'cookie_check' with 'cookie-check'

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-misc/wget/metadata.xml       | 2 +-
 net-misc/wget/wget-1.21.1.ebuild | 6 +++---
 net-misc/wget/wget-1.21.2.ebuild | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-misc/wget/metadata.xml b/net-misc/wget/metadata.xml
index 8df2cebe3bd8..574ac5004315 100644
--- a/net-misc/wget/metadata.xml
+++ b/net-misc/wget/metadata.xml
@@ -6,7 +6,7 @@
  <name>Gentoo Base System</name>
  </maintainer>
 <use>
- <flag name="cookie_check">Enable cookie checks via 
<pkg>net-libs/libpsl</pkg></flag>
+ <flag name="cookie-check">Enable cookie checks via 
<pkg>net-libs/libpsl</pkg></flag>
  <flag name="metalink">Enable support for 
<pkg>media-libs/libmetalink</pkg></flag>
  <flag name="ntlm">Enable support for NTLM (Windows-based) authorization</flag>
  <flag name="uuid">Generate UUIDs for the WARC (Web ARChive file format) using 
libuuid; otherwise use a simple RNG (random number generator)</flag>

diff --git a/net-misc/wget/wget-1.21.1.ebuild b/net-misc/wget/wget-1.21.1.ebuild
index 2a526b27a951..dddab922bcfd 100644
--- a/net-misc/wget/wget-1.21.1.ebuild
+++ b/net-misc/wget/wget-1.21.1.ebuild
@@ -14,13 +14,13 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="cookie_check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static 
test uuid zlib"
+IUSE="cookie-check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static 
test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 RESTRICT="!test? ( test )"
 
 # Force a newer libidn2 to avoid libunistring deps. #612498
 LIB_DEPEND="
-       cookie_check? ( net-libs/libpsl )
+       cookie-check? ( net-libs/libpsl )
        idn? ( >=net-dns/libidn2-0.14:=[static-libs(+)] )
        metalink? ( media-libs/libmetalink )
        pcre? ( dev-libs/libpcre2[static-libs(+)] )
@@ -104,7 +104,7 @@ src_configure() {
                $(use_enable pcre pcre2)
                $(use_enable ssl digest)
                $(use_enable ssl opie)
-               $(use_with cookie_check libpsl)
+               $(use_with cookie-check libpsl)
                $(use_with idn libidn)
                $(use_with metalink)
                $(use_with ssl ssl $(usex gnutls gnutls openssl))

diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
index 257c15bde5ce..d29f599f5169 100644
--- a/net-misc/wget/wget-1.21.2.ebuild
+++ b/net-misc/wget/wget-1.21.2.ebuild
@@ -14,13 +14,13 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="cookie_check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static 
test uuid zlib"
+IUSE="cookie-check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static 
test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 RESTRICT="!test? ( test )"
 
 # Force a newer libidn2 to avoid libunistring deps. #612498
 LIB_DEPEND="
-       cookie_check? ( net-libs/libpsl )
+       cookie-check? ( net-libs/libpsl )
        idn? ( >=net-dns/libidn2-0.14:=[static-libs(+)] )
        metalink? ( media-libs/libmetalink )
        pcre? ( dev-libs/libpcre2[static-libs(+)] )
@@ -99,7 +99,7 @@ src_configure() {
                $(use_enable pcre pcre2)
                $(use_enable ssl digest)
                $(use_enable ssl opie)
-               $(use_with cookie_check libpsl)
+               $(use_with cookie-check libpsl)
                $(use_with idn libidn)
                $(use_with metalink)
                $(use_with ssl ssl $(usex gnutls gnutls openssl))

Reply via email to