summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-07-07 22:16:11 -0700
committerMatt Turner <mattst88@gentoo.org>2021-07-20 09:42:12 -0700
commit0c35580f8e9a728965508cd9c0824e2b54c02df5 (patch)
treeb183ca793153cf387004f697bffaae591cf9998e /eclass/stardict.eclass
parentfortran-2.eclass: use BDEPEND on EAPI 7+ (diff)
downloadgentoo-0c35580f8e9a728965508cd9c0824e2b54c02df5.tar.gz
gentoo-0c35580f8e9a728965508cd9c0824e2b54c02df5.tar.bz2
gentoo-0c35580f8e9a728965508cd9c0824e2b54c02df5.zip
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>
Diffstat (limited to 'eclass/stardict.eclass')
-rw-r--r--eclass/stardict.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass
index 0061353f4abc..ade066871f0e 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
)"