diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 12:59:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 16:10:35 +0100 |
commit | 567c7aaaf5f087410a60874f1056229b1ad7da33 (patch) | |
tree | 4abe92aa8731630b566ae4109d3ac531b1ad9e5f /app-dicts/aspell-da | |
parent | app-dicts/aspell-vi: EAPI-7 bump (diff) | |
download | gentoo-567c7aaaf5f087410a60874f1056229b1ad7da33.tar.gz gentoo-567c7aaaf5f087410a60874f1056229b1ad7da33.tar.bz2 gentoo-567c7aaaf5f087410a60874f1056229b1ad7da33.zip |
app-dicts/aspell-da: 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-da')
-rw-r--r-- | app-dicts/aspell-da/aspell-da-1.7.42.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-dicts/aspell-da/aspell-da-1.7.42.ebuild b/app-dicts/aspell-da/aspell-da-1.7.42.ebuild index 91fc34c21907..7e898694ce65 100644 --- a/app-dicts/aspell-da/aspell-da-1.7.42.ebuild +++ b/app-dicts/aspell-da/aspell-da-1.7.42.ebuild @@ -1,17 +1,14 @@ -# 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="Danish" - inherit aspell-dict-r1 HOMEPAGE="https://da.speling.org" SRC_URI="https://da.speling.org/filer/new_${P}.tar.bz2" +S="${WORKDIR}/new_${P}" LICENSE="GPL-2" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-macos" -IUSE="" - -S="${WORKDIR}/new_${P}" |