diff options
author | David Seifert <soap@gentoo.org> | 2017-04-01 12:41:27 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-01 12:44:02 +0200 |
commit | 235a84172ef41dcbf4926fd6eb7213eeb7d89f16 (patch) | |
tree | 24a105004f34f46bade8554c9017b8e706e37503 /app-dicts/aspell-ro | |
parent | app-dicts/aspell-pt-br: Bump to EAPI 6 (diff) | |
download | gentoo-235a84172ef41dcbf4926fd6eb7213eeb7d89f16.tar.gz gentoo-235a84172ef41dcbf4926fd6eb7213eeb7d89f16.tar.bz2 gentoo-235a84172ef41dcbf4926fd6eb7213eeb7d89f16.zip |
app-dicts/aspell-ro: 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-ro')
-rw-r--r-- | app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild b/app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild index c6a652f7b655..5283ef42246c 100644 --- a/app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild +++ b/app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + ASPELL_LANG="Romanian" -ASPOSTFIX="5" +ASPELL_VERSION=5 -inherit aspell-dict +inherit aspell-dict-r1 HOMEPAGE="http://aspell.net http://rospell.sourceforge.net/" 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="" |