diff options
Diffstat (limited to 'app-dicts/myspell-nl')
-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 |