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:22 +0200 |
commit | d52cba7eaca01a6e3bcac7db42c6d7a621f0b0b4 (patch) | |
tree | 303adc45a9fc7d83f8918add7fe97970421f17a2 /app-dicts/aspell-hr | |
parent | app-dicts/aspell-he: Bump to EAPI 6 (diff) | |
download | gentoo-d52cba7eaca01a6e3bcac7db42c6d7a621f0b0b4.tar.gz gentoo-d52cba7eaca01a6e3bcac7db42c6d7a621f0b0b4.tar.bz2 gentoo-d52cba7eaca01a6e3bcac7db42c6d7a621f0b0b4.zip |
app-dicts/aspell-hr: 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-hr')
-rw-r--r-- | app-dicts/aspell-hr/aspell-hr-0.51.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/aspell-hr/aspell-hr-0.51.0.ebuild b/app-dicts/aspell-hr/aspell-hr-0.51.0.ebuild index d3a1c7348366..9c5aef8cb87d 100644 --- a/app-dicts/aspell-hr/aspell-hr-0.51.0.ebuild +++ b/app-dicts/aspell-hr/aspell-hr-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="Croatian" -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="" |