diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:55:16 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:26:31 +0100 |
commit | d944f69cfd3dfacea9fa667147eb813e5bf2d117 (patch) | |
tree | 50fa7bbc4bad2d6701aa1396f489c59665323fd0 /app-dicts/aspell-ta | |
parent | app-dicts/aspell-sw: drop 0.50.0 (diff) | |
download | gentoo-d944f69cfd3dfacea9fa667147eb813e5bf2d117.tar.gz gentoo-d944f69cfd3dfacea9fa667147eb813e5bf2d117.tar.bz2 gentoo-d944f69cfd3dfacea9fa667147eb813e5bf2d117.zip |
app-dicts/aspell-ta: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-ta')
-rw-r--r-- | app-dicts/aspell-ta/aspell-ta-20040424.1-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-dicts/aspell-ta/aspell-ta-20040424.1-r1.ebuild b/app-dicts/aspell-ta/aspell-ta-20040424.1-r1.ebuild new file mode 100644 index 000000000000..57cabbb77d7b --- /dev/null +++ b/app-dicts/aspell-ta/aspell-ta-20040424.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="Tamil" +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" |