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:12 +0200 |
commit | 450cec125a739aaa1fd77b049b3bbd67788d415d (patch) | |
tree | 5fbc5501ae817fa2c86699a53a14f4223de095eb /app-dicts/aspell-ga | |
parent | app-dicts/aspell-fr: Bump to EAPI 6 (diff) | |
download | gentoo-450cec125a739aaa1fd77b049b3bbd67788d415d.tar.gz gentoo-450cec125a739aaa1fd77b049b3bbd67788d415d.tar.bz2 gentoo-450cec125a739aaa1fd77b049b3bbd67788d415d.zip |
app-dicts/aspell-ga: 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-ga')
-rw-r--r-- | app-dicts/aspell-ga/aspell-ga-0.50.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/aspell-ga/aspell-ga-0.50.4.ebuild b/app-dicts/aspell-ga/aspell-ga-0.50.4.ebuild index 7366734231f8..0123d2fbb8d7 100644 --- a/app-dicts/aspell-ga/aspell-ga-0.50.4.ebuild +++ b/app-dicts/aspell-ga/aspell-ga-0.50.4.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="Irish" -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="" |