diff options
author | David Seifert <soap@gentoo.org> | 2017-04-01 12:41:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-01 12:42:25 +0200 |
commit | 0966537f78dd584849f77e0f78273150b95f1a68 (patch) | |
tree | 2306a1b80cea2035fa452aadceaf9ee82be67f04 /app-dicts | |
parent | app-dicts/aspell-br: Bump to EAPI 6 (diff) | |
download | gentoo-0966537f78dd584849f77e0f78273150b95f1a68.tar.gz gentoo-0966537f78dd584849f77e0f78273150b95f1a68.tar.bz2 gentoo-0966537f78dd584849f77e0f78273150b95f1a68.zip |
app-dicts/aspell-ca: Bump to EAPI 6
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4237
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-ca/aspell-ca-2.1.5.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-dicts/aspell-ca/aspell-ca-2.1.5.1.ebuild b/app-dicts/aspell-ca/aspell-ca-2.1.5.1.ebuild index ff263388890c..d94d2567f91e 100644 --- a/app-dicts/aspell-ca/aspell-ca-2.1.5.1.ebuild +++ b/app-dicts/aspell-ca/aspell-ca-2.1.5.1.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + ASPELL_LANG="Catalan" -ASPOSTFIX="6" +ASPELL_VERSION=6 -inherit aspell-dict +inherit aspell-dict-r1 LICENSE="GPL-2" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" |