commit: 8f364688c033c90168c0c2d8c86a42e1c4af0cc5 Author: Marco Scardovi <marco <AT> scardovi <DOT> com> AuthorDate: Mon May 3 17:46:53 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 14:20:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f364688
app-dicts/myspell-zu: bump to EAPI 7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com> Closes: https://github.com/gentoo/gentoo/pull/20660 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-dicts/myspell-zu/myspell-zu-20100126.ebuild | 11 ++--------- 1 file 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 cceb7046647..1473e123976 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=""
