diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:50:04 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:25:48 +0100 |
commit | 848106e93adf76e0be76c9299f93cacef63dcc7c (patch) | |
tree | f583df959392d915a2802b99dcddf378d0db1b4e /app-dicts/aspell-hsb | |
parent | app-dicts/aspell-hr: drop 0.51.0 (diff) | |
download | gentoo-848106e93adf76e0be76c9299f93cacef63dcc7c.tar.gz gentoo-848106e93adf76e0be76c9299f93cacef63dcc7c.tar.bz2 gentoo-848106e93adf76e0be76c9299f93cacef63dcc7c.zip |
app-dicts/aspell-hsb: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-hsb')
-rw-r--r-- | app-dicts/aspell-hsb/aspell-hsb-0.02.0-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-dicts/aspell-hsb/aspell-hsb-0.02.0-r1.ebuild b/app-dicts/aspell-hsb/aspell-hsb-0.02.0-r1.ebuild new file mode 100644 index 000000000000..5f2b4870c9a2 --- /dev/null +++ b/app-dicts/aspell-hsb/aspell-hsb-0.02.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="Upper Sorbian" +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" |