diff options
author | David Seifert <soap@gentoo.org> | 2017-04-01 12:41:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-01 12:42:18 +0200 |
commit | dc718932afd20810a4faf9f604e7ca17f2b21e0c (patch) | |
tree | 75a82c6e6a9ce669155fa0879bd60eff79bb8992 /app-dicts | |
parent | app-dicts/aspell-be: Bump to EAPI 6 (diff) | |
download | gentoo-dc718932afd20810a4faf9f604e7ca17f2b21e0c.tar.gz gentoo-dc718932afd20810a4faf9f604e7ca17f2b21e0c.tar.bz2 gentoo-dc718932afd20810a4faf9f604e7ca17f2b21e0c.zip |
app-dicts/aspell-bg: 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')
-rw-r--r-- | app-dicts/aspell-bg/aspell-bg-4.1.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-dicts/aspell-bg/aspell-bg-4.1.0.ebuild b/app-dicts/aspell-bg/aspell-bg-4.1.0.ebuild index 62e41e7ab3d2..82cd9be40d99 100644 --- a/app-dicts/aspell-bg/aspell-bg-4.1.0.ebuild +++ b/app-dicts/aspell-bg/aspell-bg-4.1.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + ASPELL_LANG="Bulgarian" -ASPOSTFIX="6" +ASPELL_VERSION=6 -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="" |