diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-02 23:50:37 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:36 +0300 |
commit | 8572a27354789c3e8bcd9bae3cd269de7be0723c (patch) | |
tree | c0edd26fe8c330a33b30ba1b73e0e2a249bd8870 /app-dicts | |
parent | app-dicts/myspell-he: bump to EAPI 7 (diff) | |
download | gentoo-8572a27354789c3e8bcd9bae3cd269de7be0723c.tar.gz gentoo-8572a27354789c3e8bcd9bae3cd269de7be0723c.tar.bz2 gentoo-8572a27354789c3e8bcd9bae3cd269de7be0723c.zip |
app-dicts/myspell-hr: 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')
-rw-r--r-- | app-dicts/myspell-hr/myspell-hr-20080813.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-dicts/myspell-hr/myspell-hr-20080813.ebuild b/app-dicts/myspell-hr/myspell-hr-20080813.ebuild index a8d4c2b54069..0016e3a92a06 100644 --- a/app-dicts/myspell-hr/myspell-hr-20080813.ebuild +++ b/app-dicts/myspell-hr/myspell-hr-20080813.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=( "hr_HR.aff" @@ -12,9 +12,6 @@ MYSPELL_HYPH=( "hyph_hr.dic" ) -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Croatian dictionaries for myspell/hunspell" @@ -24,4 +21,3 @@ SRC_URI="mirror://sourceforge/aoo-extensions/dict-hr.oxt -> ${P}.oxt" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" |