Diff myspell-ca-3.0.7 with a myspell-ca-3.0.7_p202305

/usr/portage/app-dicts/myspell-ca/myspell-ca-3.0.7_p202305.ebuild 2023-10-09 14:52:28.260368319 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
23 23

  
24 24
DESCRIPTION="Catalan dictionaries for myspell/hunspell"
25 25
HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"
26
SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${PV}/ca.${PV}.oxt -> ${P}.oxt"
26

  
27
MY_PV="${PV%_p*}"
28
SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${MY_PV}/ca.${MY_PV}.oxt -> ${P}.oxt"
27 29

  
28 30
LICENSE="GPL-2 LGPL-2.1"
29 31
SLOT="0"
30
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
32
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
31 33

  
32 34
src_prepare() {
33 35
	default
Thank you!