diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 18:32:11 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:39 +0300 |
commit | b4aa86a73dc212bc5c476f42defd2d03060385f6 (patch) | |
tree | 7547def2390ad3565a3a8e8ae79b0b0604fb6f9e /app-dicts/myspell-sq | |
parent | app-dicts/myspell-sl: bump to EAPI 7 + verbump to 20201231 (diff) | |
download | gentoo-b4aa86a73dc212bc5c476f42defd2d03060385f6.tar.gz gentoo-b4aa86a73dc212bc5c476f42defd2d03060385f6.tar.bz2 gentoo-b4aa86a73dc212bc5c476f42defd2d03060385f6.zip |
app-dicts/myspell-sq: 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-sq')
-rw-r--r-- | app-dicts/myspell-sq/myspell-sq-1.6.4.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/app-dicts/myspell-sq/myspell-sq-1.6.4.ebuild b/app-dicts/myspell-sq/myspell-sq-1.6.4.ebuild index f518757d2dac..69b4e5560492 100644 --- a/app-dicts/myspell-sq/myspell-sq-1.6.4.ebuild +++ b/app-dicts/myspell-sq/myspell-sq-1.6.4.ebuild @@ -1,19 +1,13 @@ -# 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=( "sq_AL.dic" "sq_AL.aff" ) -MYSPELL_HYPH=( -) - -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Albanian dictionaries for myspell/hunspell" @@ -23,6 +17,5 @@ SRC_URI="http://www.shkenca.org/shkarkime/${PN}_AL-${PV}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" S="${WORKDIR}/${PN}_AL-${PV}" |