diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 12:49:56 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 16:10:32 +0100 |
commit | c7b62a87e6af305488e894fb2ec0a9b32cc69fa7 (patch) | |
tree | a663abcc88ad7c48addd870136b69717f0b7c19d /app-dicts/aspell-en | |
parent | app-dicts/aspell-es: EAPI-7 bump (diff) | |
download | gentoo-c7b62a87e6af305488e894fb2ec0a9b32cc69fa7.tar.gz gentoo-c7b62a87e6af305488e894fb2ec0a9b32cc69fa7.tar.bz2 gentoo-c7b62a87e6af305488e894fb2ec0a9b32cc69fa7.zip |
app-dicts/aspell-en: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-en')
-rw-r--r-- | app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild b/app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild index ecb092c885cb..9d096a88bd51 100644 --- a/app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild +++ b/app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ASPELL_LANG="English (US, British, Canadian)" ASPELL_VERSION=6 +inherit aspell-dict-r1 -inherit aspell-dict-r1 versionator - -SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${PN%-*}${ASPELL_VERSION}-${PN#*-}-$(replace_version_separator 3 '-').tar.bz2" +SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${PN%-*}${ASPELL_VERSION}-${PN#*-}-$(ver_rs 3 '-').tar.bz2" LICENSE="myspell-en_CA-KevinAtkinson public-domain Princeton Ispell" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -IUSE="" |