diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-02 22:23:06 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:35 +0300 |
commit | be19e0553cf9ce6e6128d7f179a3cc0485d4d042 (patch) | |
tree | e5f80cfe86100ddf2cd4de22d4a18845ad0fe574 /app-dicts/myspell-el | |
parent | app-dicts/myspell-de_1901: bump to EAPI 7 + verbump to 20170622 (diff) | |
download | gentoo-be19e0553cf9ce6e6128d7f179a3cc0485d4d042.tar.gz gentoo-be19e0553cf9ce6e6128d7f179a3cc0485d4d042.tar.bz2 gentoo-be19e0553cf9ce6e6128d7f179a3cc0485d4d042.zip |
app-dicts/myspell-el: 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-el')
-rw-r--r-- | app-dicts/myspell-el/myspell-el-0.9.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-dicts/myspell-el/myspell-el-0.9.ebuild b/app-dicts/myspell-el/myspell-el-0.9.ebuild index 2e66b4735528..ee41a6b0fcea 100644 --- a/app-dicts/myspell-el/myspell-el-0.9.ebuild +++ b/app-dicts/myspell-el/myspell-el-0.9.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=( "el_GR.aff" @@ -12,9 +12,6 @@ MYSPELL_HYPH=( "hyph_el.dic" ) -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Greek dictionaries for myspell/hunspell" @@ -24,4 +21,3 @@ SRC_URI="http://elspell.math.upatras.gr/files/ooffice/el_GR-${PV}.zip http://els LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" |