Mailing List Archive

[PATCH] stardict.eclass: Rename IUSE=gzip->zlib
The flag actually controls a dependency on app-arch/gzip, but you
already have that too. Name the flag IUSE=zlib so it'll be enabled by
default.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
---
eclass/stardict.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass
index 0061353f4ab..4a012fb500a 100644
--- a/eclass/stardict.eclass
+++ b/eclass/stardict.eclass
@@ -39,7 +39,7 @@ S="${WORKDIR}"/${DICT_P}

LICENSE="GPL-2"
SLOT="0"
-IUSE="gzip"
+IUSE="zlib"

DEPEND="
|| (
@@ -47,7 +47,7 @@ DEPEND="
app-text/sdcv
app-text/goldendict
)
- gzip? (
+ zlib? (
app-arch/gzip
app-text/dictd
)"
--
2.31.1
Re: [PATCH] stardict.eclass: Rename IUSE=gzip->zlib [ In reply to ]
I've included this in a larger PR that contains some other compression
flag simplifications: https://github.com/gentoo/gentoo/pull/21558

Wow, also noticed that this eclass says its maintainer is someone who
retired in 2007. Feel free to drop him from replies :)