mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
stardict.eclass: fix remaining USE=gzip reference
Fixes: 0c35580f8e
Closes: https://bugs.gentoo.org/803425
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -53,7 +53,7 @@ DEPEND="
|
||||
)"
|
||||
|
||||
stardict_src_compile() {
|
||||
if use gzip; then
|
||||
if use zlib; then
|
||||
for file in *.idx; do
|
||||
[[ -f $file ]] && gzip ${file}
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user