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:22 +0200 |
commit | 088255dae71937a9d892eb835dfd10abd10ba119 (patch) | |
tree | b80121c5b2adb0736d5578c2e9a2c349212b2129 /app-dicts/aspell-br | |
parent | app-dicts/aspell-bg: Bump to EAPI 6 (diff) | |
download | gentoo-088255dae71937a9d892eb835dfd10abd10ba119.tar.gz gentoo-088255dae71937a9d892eb835dfd10abd10ba119.tar.bz2 gentoo-088255dae71937a9d892eb835dfd10abd10ba119.zip |
app-dicts/aspell-br: 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/aspell-br')
-rw-r--r-- | app-dicts/aspell-br/aspell-br-0.50.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/aspell-br/aspell-br-0.50.2.ebuild b/app-dicts/aspell-br/aspell-br-0.50.2.ebuild index 593ea5e35da6..9d77ec995967 100644 --- a/app-dicts/aspell-br/aspell-br-0.50.2.ebuild +++ b/app-dicts/aspell-br/aspell-br-0.50.2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + ASPELL_LANG="Breton" -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" IUSE="" |