diff options
author | 2021-05-02 21:43:15 +0200 | |
---|---|---|
committer | 2021-06-03 17:20:28 +0300 | |
commit | d616552f275f3262ef750feb243779ae7549ff73 (patch) | |
tree | a05d39e3c990124677a123935eb1dc73b7a6d5df /app-dicts/myspell-af | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.271,4.9.271,4.14.2... (diff) | |
download | gentoo-d616552f275f3262ef750feb243779ae7549ff73.tar.gz gentoo-d616552f275f3262ef750feb243779ae7549ff73.tar.bz2 gentoo-d616552f275f3262ef750feb243779ae7549ff73.zip |
app-dicts/myspell-af: bump to EAPI 7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-af')
-rw-r--r-- | app-dicts/myspell-af/myspell-af-20080701.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-dicts/myspell-af/myspell-af-20080701.ebuild b/app-dicts/myspell-af/myspell-af-20080701.ebuild index f41cceaf9c70..080373d09f84 100644 --- a/app-dicts/myspell-af/myspell-af-20080701.ebuild +++ b/app-dicts/myspell-af/myspell-af-20080701.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 MYSPELL_DICT=( "af_ZA.aff" @@ -12,9 +12,6 @@ MYSPELL_HYPH=( "hyph_af_ZA.dic" ) -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Afrikaans dictionaries for myspell/hunspell" @@ -24,4 +21,3 @@ SRC_URI="mirror://sourceforge/aoo-extensions/1109/0/dict-af.oxt" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" |