Skip to content

Commit

Permalink
stardict.eclass: fix remaining USE=gzip reference
Browse files Browse the repository at this point in the history
Fixes: 0c35580
Closes: https://bugs.gentoo.org/803425
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jul 22, 2021
1 parent c8d9f8e commit a487c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/stardict.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a487c1b

Please sign in to comment.