diff options
author | David Seifert <soap@gentoo.org> | 2017-04-01 12:41:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-01 12:43:05 +0200 |
commit | 1dc9e65d7312bdabcabc5247bb24136f4fb1b4a4 (patch) | |
tree | 0a856ddfd27f15e45d99c32bb5122c0015deb304 /app-dicts/aspell-fo | |
parent | app-dicts/aspell-fi: Bump to EAPI 6 (diff) | |
download | gentoo-1dc9e65d7312bdabcabc5247bb24136f4fb1b4a4.tar.gz gentoo-1dc9e65d7312bdabcabc5247bb24136f4fb1b4a4.tar.bz2 gentoo-1dc9e65d7312bdabcabc5247bb24136f4fb1b4a4.zip |
app-dicts/aspell-fo: 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-fo')
-rw-r--r-- | app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild b/app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild index 657b2880747b..39b3d98e62ef 100644 --- a/app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild +++ b/app-dicts/aspell-fo/aspell-fo-0.51.0.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="Faroese" -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="" |