diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 11:47:00 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:36 +0300 |
commit | b544b1ab5a11b77ac52da13f5fe44bc082fd1a36 (patch) | |
tree | 9ed27d7e8287e5e40df0cfb34eb61a20f9679302 /app-dicts/myspell-ia | |
parent | app-dicts/myspell-hu: bump to EAPI 7 + verbump to 7.1.3.2 (diff) | |
download | gentoo-b544b1ab5a11b77ac52da13f5fe44bc082fd1a36.tar.gz gentoo-b544b1ab5a11b77ac52da13f5fe44bc082fd1a36.tar.bz2 gentoo-b544b1ab5a11b77ac52da13f5fe44bc082fd1a36.zip |
app-dicts/myspell-ia: 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-ia')
-rw-r--r-- | app-dicts/myspell-ia/myspell-ia-20140518.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-dicts/myspell-ia/myspell-ia-20140518.ebuild b/app-dicts/myspell-ia/myspell-ia-20140518.ebuild index c0f6aaafdf2c..7a66d3bbd143 100644 --- a/app-dicts/myspell-ia/myspell-ia-20140518.ebuild +++ b/app-dicts/myspell-ia/myspell-ia-20140518.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} @@ -14,9 +14,6 @@ MYSPELL_HYPH=( "ia-hyph.dic" ) -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Interlingua dictionaries for myspell/hunspell" @@ -26,4 +23,3 @@ SRC_URI="mirror://sourceforge/aoo-extensions/dict-ia-${MY_PV}.oxt -> ${P}.oxt" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" |