diff options
author | 2021-12-16 22:47:23 +0100 | |
---|---|---|
committer | 2021-12-16 23:25:26 +0100 | |
commit | b905e7c55331c163fb3d27e305cc60d7f4b7d373 (patch) | |
tree | 3b4cb0467ee858d8b083ca9aee8731c6c61ef279 | |
parent | app-dicts/aspell-el: drop 0.08.0 (diff) | |
download | gentoo-b905e7c55331c163fb3d27e305cc60d7f4b7d373.tar.gz gentoo-b905e7c55331c163fb3d27e305cc60d7f4b7d373.tar.bz2 gentoo-b905e7c55331c163fb3d27e305cc60d7f4b7d373.zip |
app-dicts/aspell-en: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | app-dicts/aspell-en/aspell-en-2020.12.07.0-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-dicts/aspell-en/aspell-en-2020.12.07.0-r1.ebuild b/app-dicts/aspell-en/aspell-en-2020.12.07.0-r1.ebuild new file mode 100644 index 000000000000..c1a80c28eca0 --- /dev/null +++ b/app-dicts/aspell-en/aspell-en-2020.12.07.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="English (British, Canadian, US)" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +LICENSE="Ispell myspell-en_CA-KevinAtkinson Princeton public-domain" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |