mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
)"
|
||||
|
||||
Reference in New Issue
Block a user