diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:50:37 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:25:52 +0100 |
commit | 67234eff168bb380ea23c4f7c885ff46b9e40d46 (patch) | |
tree | 495390c6a054c329e8ce1230cc093d03ea6a81f4 /app-dicts/aspell-ia | |
parent | app-dicts/aspell-hy: drop 0.10.0.0 (diff) | |
download | gentoo-67234eff168bb380ea23c4f7c885ff46b9e40d46.tar.gz gentoo-67234eff168bb380ea23c4f7c885ff46b9e40d46.tar.bz2 gentoo-67234eff168bb380ea23c4f7c885ff46b9e40d46.zip |
app-dicts/aspell-ia: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-ia')
-rw-r--r-- | app-dicts/aspell-ia/aspell-ia-0.50.1-r1.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-dicts/aspell-ia/aspell-ia-0.50.1-r1.ebuild b/app-dicts/aspell-ia/aspell-ia-0.50.1-r1.ebuild new file mode 100644 index 000000000000..03e5a3f0c925 --- /dev/null +++ b/app-dicts/aspell-ia/aspell-ia-0.50.1-r1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Interlingua" + +inherit aspell-dict-r1 + +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |