diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 19:46:53 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:40 +0300 |
commit | 8f364688c033c90168c0c2d8c86a42e1c4af0cc5 (patch) | |
tree | 8df3033e509f93d805e266aab05b2d5373e18d5c /app-dicts | |
parent | app-dicts/myspell-uk: bump to EAPI 7 + verbump to 5.3.1 (diff) | |
download | gentoo-8f364688c033c90168c0c2d8c86a42e1c4af0cc5.tar.gz gentoo-8f364688c033c90168c0c2d8c86a42e1c4af0cc5.tar.bz2 gentoo-8f364688c033c90168c0c2d8c86a42e1c4af0cc5.zip |
app-dicts/myspell-zu: bump to EAPI 7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/20660
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-zu/myspell-zu-20100126.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/app-dicts/myspell-zu/myspell-zu-20100126.ebuild b/app-dicts/myspell-zu/myspell-zu-20100126.ebuild index cceb7046647e..1473e1239761 100644 --- a/app-dicts/myspell-zu/myspell-zu-20100126.ebuild +++ b/app-dicts/myspell-zu/myspell-zu-20100126.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MY_PV=${PV::4}.${PV:4:2}.${PV:6} @@ -10,12 +10,6 @@ MYSPELL_DICT=( "zu_ZA.dic" ) -MYSPELL_HYPH=( -) - -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Zulu dictionaries for myspell/hunspell" @@ -25,4 +19,3 @@ SRC_URI="mirror://sourceforge/aoo-extensions/dict-zu_za-${MY_PV}.oxt -> ${P}.oxt SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" |