diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-27 01:19:46 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 18:30:27 -0400 |
commit | c0a90fed7629aba77dfc7840c5fa0913ad59b81c (patch) | |
tree | cc63dab9d64d3db3ceefbd7ff40846cb5b7b1bb9 /app-dicts | |
parent | app-dicts/myspell-nb: EAPI bump (diff) | |
download | gentoo-c0a90fed7629aba77dfc7840c5fa0913ad59b81c.tar.gz gentoo-c0a90fed7629aba77dfc7840c5fa0913ad59b81c.tar.bz2 gentoo-c0a90fed7629aba77dfc7840c5fa0913ad59b81c.zip |
app-dicts/myspell-nl: EAPI bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-nl/myspell-nl-2.10g.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild b/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild index 5b796993a00a..86530527f16c 100644 --- a/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild +++ b/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 MYSPELL_DICT=( "nl_NL.aff" @@ -34,6 +34,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64- IUSE="" src_prepare() { + default # thesarus has ugly name mv th_nl_v2.dat th_nl_NL_v2.dat || die mv th_nl_v2.idx th_nl_NL_v2.idx || die |