diff options
author | 2021-12-16 22:49:47 +0100 | |
---|---|---|
committer | 2021-12-16 23:25:45 +0100 | |
commit | d2fa92c4740670b47748851243b0cabda9ff8eed (patch) | |
tree | f5a0f4142942daaad9d96764f6b7ae2d857c1d00 /app-dicts/aspell-hil | |
parent | app-dicts/aspell-hi: drop 0.02.0 (diff) | |
download | gentoo-d2fa92c4740670b47748851243b0cabda9ff8eed.tar.gz gentoo-d2fa92c4740670b47748851243b0cabda9ff8eed.tar.bz2 gentoo-d2fa92c4740670b47748851243b0cabda9ff8eed.zip |
app-dicts/aspell-hil: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-hil')
-rw-r--r-- | app-dicts/aspell-hil/aspell-hil-0.11.0-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-dicts/aspell-hil/aspell-hil-0.11.0-r1.ebuild b/app-dicts/aspell-hil/aspell-hil-0.11.0-r1.ebuild new file mode 100644 index 000000000000..1d7046b8c97a --- /dev/null +++ b/app-dicts/aspell-hil/aspell-hil-0.11.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="Hiligaynon" +ASPELL_VERSION=5 + +inherit aspell-dict-r1 + +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |