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>
Closes: https://github.com/gentoo/gentoo/pull/21558
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2021-07-07 22:16:11 -07:00
parent b40ddb4f45
commit 0c35580f8e

View File

@@ -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
)"