commit:     0c35580f8e9a728965508cd9c0824e2b54c02df5
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 05:16:11 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 16:42:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c35580f

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 <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21558
Signed-off-by: Matt Turner <mattst88 <AT> 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..ade066871f0 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
        )"

Reply via email to