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