diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-02 22:01:23 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:34 +0300 |
commit | 5457e63753d8e5ec2fdadd3ea12b6f2c539147e0 (patch) | |
tree | e3eb276a99bba957813f3fb5a5bb469103e5efc6 /app-dicts/myspell-cy | |
parent | app-dicts/myspell-cs: bump to EAPI 7 (diff) | |
download | gentoo-5457e63753d8e5ec2fdadd3ea12b6f2c539147e0.tar.gz gentoo-5457e63753d8e5ec2fdadd3ea12b6f2c539147e0.tar.bz2 gentoo-5457e63753d8e5ec2fdadd3ea12b6f2c539147e0.zip |
app-dicts/myspell-cy: 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-cy')
-rw-r--r-- | app-dicts/myspell-cy/myspell-cy-20130708.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app-dicts/myspell-cy/myspell-cy-20130708.ebuild b/app-dicts/myspell-cy/myspell-cy-20130708.ebuild index 213bf202112d..32d09437c1db 100644 --- a/app-dicts/myspell-cy/myspell-cy-20130708.ebuild +++ b/app-dicts/myspell-cy/myspell-cy-20130708.ebuild @@ -1,19 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MYSPELL_DICT=( "cy_GB.aff" "cy_GB.dic" ) -MYSPELL_HYPH=( -) - -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Welsh dictionaries for myspell/hunspell" @@ -23,4 +17,3 @@ SRC_URI="mirror://sourceforge/aoo-extensions/geiriadur-cy.oxt -> ${P}.oxt" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -IUSE="" |