diff options
author | 2017-04-01 12:41:26 +0200 | |
---|---|---|
committer | 2017-04-01 12:43:32 +0200 | |
commit | 0814b59a92e0afd39766a1a07b6f8654d59b5b79 (patch) | |
tree | 79c10e0cc581e713df7ab2e51e2d1ccec11a9cc6 /app-dicts/aspell-is | |
parent | app-dicts/aspell-hy: Bump to EAPI 6 (diff) | |
download | gentoo-0814b59a92e0afd39766a1a07b6f8654d59b5b79.tar.gz gentoo-0814b59a92e0afd39766a1a07b6f8654d59b5b79.tar.bz2 gentoo-0814b59a92e0afd39766a1a07b6f8654d59b5b79.zip |
app-dicts/aspell-is: Bump to EAPI 6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4237
Diffstat (limited to 'app-dicts/aspell-is')
-rw-r--r-- | app-dicts/aspell-is/aspell-is-0.51.1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/aspell-is/aspell-is-0.51.1.0.ebuild b/app-dicts/aspell-is/aspell-is-0.51.1.0.ebuild index 69352262b10f..a9d8dc22e041 100644 --- a/app-dicts/aspell-is/aspell-is-0.51.1.0.ebuild +++ b/app-dicts/aspell-is/aspell-is-0.51.1.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="Icelandic" -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="" |