summaryrefslogtreecommitdiff
path: root/net-misc/wget2/wget2-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-17 14:31:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-17 14:31:38 +0100
commit9c26151d84a72781f240cc7ca3e2f0ab4ba60f74 (patch)
tree4ac39398cd519351bf12c6357e7474c508f19d13 /net-misc/wget2/wget2-9999.ebuild
parentb99d693f4d27fe2eb2237a0fe7e9c3b87d4d6df5 (diff)
gentoo auto-resync : 17:07:2022 - 14:31:38
Diffstat (limited to 'net-misc/wget2/wget2-9999.ebuild')
-rw-r--r--net-misc/wget2/wget2-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/wget2/wget2-9999.ebuild b/net-misc/wget2/wget2-9999.ebuild
index 57cdc0a2f977..ce2c19d3ae57 100644
--- a/net-misc/wget2/wget2-9999.ebuild
+++ b/net-misc/wget2/wget2-9999.ebuild
@@ -14,7 +14,7 @@ else
fi
LICENSE="GPL-3"
SLOT="0/0" # subslot = libwget.so version
-IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzma openssl pcre psl +ssl test valgrind xattr zlib"
+IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test valgrind xattr zlib"
REQUIRED_USE="valgrind? ( test )"
RDEPEND="
@@ -34,6 +34,7 @@ RDEPEND="
)
http2? ( net-libs/nghttp2 )
idn? ( net-dns/libidn2:= )
+ lzip? ( app-arch/lzlib )
lzma? ( app-arch/xz-utils )
pcre? ( dev-libs/libpcre2 )
psl? ( net-libs/libpsl )
@@ -94,6 +95,7 @@ src_configure() {
$(use_with gpgme)
$(use_with http2 libnghttp2)
$(use_with idn libidn2)
+ $(use_with lzip)
$(use_with lzma)
$(use_with pcre libpcre2)
$(use_with psl libpsl)