diff options
author | David Seifert <soap@gentoo.org> | 2022-07-31 13:02:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-31 13:02:24 +0200 |
commit | dd108cca3bc92ffdd193cb6067d76adc15cae631 (patch) | |
tree | 435422b8383dc819d3432606dc8df512fa8166be /app-dicts | |
parent | app-dicts/stardict-dictd-devils: update EAPI 6 -> 8 (diff) | |
download | gentoo-dd108cca3bc92ffdd193cb6067d76adc15cae631.tar.gz gentoo-dd108cca3bc92ffdd193cb6067d76adc15cae631.tar.bz2 gentoo-dd108cca3bc92ffdd193cb6067d76adc15cae631.zip |
app-dicts/stardict-freedict-eng-deu: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2-r1.ebuild (renamed from app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2.ebuild b/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2-r1.ebuild index fcc3b8e47e83..573085c41bf7 100644 --- a/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 FROM_LANG="English" TO_LANG="German" @@ -10,5 +10,5 @@ DICT_PREFIX="dictd_www.freedict.de_" inherit stardict HOMEPAGE="http://download.huzheng.org/freedict.de/" + KEYWORDS="amd64 ppc ~riscv sparc x86" -IUSE="" |