diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-27 00:56:14 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 18:30:11 -0400 |
commit | 776fbac60be825436044357a575f0ae864e06c44 (patch) | |
tree | e7723afedefabf3d8d37b35cfff19656a9de287b /app-dicts/myspell-ca | |
parent | app-dicts/myspell-bg: EAPI bump (diff) | |
download | gentoo-776fbac60be825436044357a575f0ae864e06c44.tar.gz gentoo-776fbac60be825436044357a575f0ae864e06c44.tar.bz2 gentoo-776fbac60be825436044357a575f0ae864e06c44.zip |
app-dicts/myspell-ca: EAPI bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-dicts/myspell-ca')
-rw-r--r-- | app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild b/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild index acef764d86ad..0429eda9f813 100644 --- a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-2.3.0.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=( "ca_ES.aff" @@ -26,6 +26,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-f IUSE="" src_prepare() { + default # rename to conform the common naming scheme mv catalan.aff ca_ES.aff || die mv catalan.dic ca_ES.dic || die |