diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:53:17 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:26:15 +0100 |
commit | 656be777d3a6de25a2fc47acd68289470c50f3fc (patch) | |
tree | 19385381e7395793394b072212aa35e3aad96adc /app-dicts/aspell-nn | |
parent | app-dicts/aspell-nl: drop 0.50.2 (diff) | |
download | gentoo-656be777d3a6de25a2fc47acd68289470c50f3fc.tar.gz gentoo-656be777d3a6de25a2fc47acd68289470c50f3fc.tar.bz2 gentoo-656be777d3a6de25a2fc47acd68289470c50f3fc.zip |
app-dicts/aspell-nn: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-nn')
-rw-r--r-- | app-dicts/aspell-nn/aspell-nn-0.50.1.1-r1.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-dicts/aspell-nn/aspell-nn-0.50.1.1-r1.ebuild b/app-dicts/aspell-nn/aspell-nn-0.50.1.1-r1.ebuild new file mode 100644 index 000000000000..b154ca7bc825 --- /dev/null +++ b/app-dicts/aspell-nn/aspell-nn-0.50.1.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="Norwegian Nynorsk" + +inherit aspell-dict-r1 + +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |