diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:53:43 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:26:18 +0100 |
commit | 4537ce90f780fbed18a8bf21c021e8c03a70bf4f (patch) | |
tree | 87d399194ad326f20e915b6dae8eaf8be4061c4e /app-dicts | |
parent | app-dicts/aspell-or: drop 0.03.1 (diff) | |
download | gentoo-4537ce90f780fbed18a8bf21c021e8c03a70bf4f.tar.gz gentoo-4537ce90f780fbed18a8bf21c021e8c03a70bf4f.tar.bz2 gentoo-4537ce90f780fbed18a8bf21c021e8c03a70bf4f.zip |
app-dicts/aspell-pa: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-pa/aspell-pa-0.01.1-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-dicts/aspell-pa/aspell-pa-0.01.1-r1.ebuild b/app-dicts/aspell-pa/aspell-pa-0.01.1-r1.ebuild new file mode 100644 index 000000000000..141573a25e72 --- /dev/null +++ b/app-dicts/aspell-pa/aspell-pa-0.01.1-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="Punjabi" +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" |