diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 13:01:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 16:10:35 +0100 |
commit | e50e5f9d74e1b0b73232339004e388af35df9442 (patch) | |
tree | 61df399e90a15c916645d566717259e7cddbb5c5 /app-dicts/aspell-be | |
parent | app-dicts/aspell-da: EAPI-7 bump (diff) | |
download | gentoo-e50e5f9d74e1b0b73232339004e388af35df9442.tar.gz gentoo-e50e5f9d74e1b0b73232339004e388af35df9442.tar.bz2 gentoo-e50e5f9d74e1b0b73232339004e388af35df9442.zip |
app-dicts/aspell-be: 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-be')
-rw-r--r-- | app-dicts/aspell-be/aspell-be-0.01-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild index 68d01a00e6a0..f7393d3d18e9 100644 --- a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild +++ b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ASPELL_LANG="Belarusian" - inherit aspell-dict-r1 SRC_URI="mirror://gnu/aspell/dict/be/aspell5-be-${PV}.tar.bz2" +S="${WORKDIR}/aspell5-be-${PV}" LICENSE="GPL-2" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" IUSE="classic" -S="${WORKDIR}/aspell5-be-${PV}" - src_prepare() { use classic || local PATCHES=( "${FILESDIR}"/aspell5-be-${PV}-official.patch ) default |