summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2023-06-04 21:15:46 +0600
committerBen Kohler <bkohler@gentoo.org>2023-06-06 07:08:37 -0500
commitefad5a3ed27408b77e64753d54c91789c16838ff (patch)
treeedfc556998ecb784fec430e384d32c65d779f516 /www-client
parentsys-libs/ldb: destabilize 2.5.3 (diff)
downloadgentoo-efad5a3ed27408b77e64753d54c91789c16838ff.tar.gz
gentoo-efad5a3ed27408b77e64753d54c91789c16838ff.tar.bz2
gentoo-efad5a3ed27408b77e64753d54c91789c16838ff.zip
www-client/links: fix lzip dependency
it depends on the lzlib library, not the lzip binary. Signed-off-by: NRK <nrk@disroot.org> Closes: https://github.com/gentoo/gentoo/pull/31307 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/links/links-2.28-r3.ebuild2
-rw-r--r--www-client/links/links-2.29.ebuild2
-rw-r--r--www-client/links/metadata.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/www-client/links/links-2.28-r3.ebuild b/www-client/links/links-2.28-r3.ebuild
index 27b8bba90d9b..148ebea6f595 100644
--- a/www-client/links/links-2.28-r3.ebuild
+++ b/www-client/links/links-2.28-r3.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
media-libs/libjpeg-turbo:=
)
lzip? (
- app-arch/lzip
+ app-arch/lzlib
)
lzma? (
app-arch/xz-utils
diff --git a/www-client/links/links-2.29.ebuild b/www-client/links/links-2.29.ebuild
index 2a6cdc6c5fcf..15d73239db8c 100644
--- a/www-client/links/links-2.29.ebuild
+++ b/www-client/links/links-2.29.ebuild
@@ -50,7 +50,7 @@ RDEPEND="
media-libs/libjpeg-turbo:=
)
lzip? (
- app-arch/lzip
+ app-arch/lzlib
)
lzma? (
app-arch/xz-utils
diff --git a/www-client/links/metadata.xml b/www-client/links/metadata.xml
index 8f40312bb722..f7fab1f8c8a9 100644
--- a/www-client/links/metadata.xml
+++ b/www-client/links/metadata.xml
@@ -14,6 +14,6 @@
<flag name="brotli">Enable <pkg>app-arch/brotli</pkg> support</flag>
<flag name="freetype">Enable <pkg>media-libs/freetype</pkg> support</flag>
<flag name="libevent">Enable <pkg>dev-libs/libevent</pkg> support</flag>
- <flag name="lzip">Enable <pkg>app-arch/lzip</pkg> support</flag>
+ <flag name="lzip">Enable lzip support via <pkg>app-arch/lzlib</pkg></flag>
</use>
</pkgmetadata>