Diff kodi-audioencoder-lame-19.0.0 with a kodi-audioencoder-lame-9999

/usr/portage/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-9999.ebuild 2023-10-09 14:52:31.736368407 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
17 17
	DEPEND="~media-tv/kodi-9999"
18 18
	;;
19 19
*)
20
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
20
	KEYWORDS="~amd64 ~x86"
21 21
	CODENAME="Matrix"
22 22
	SRC_URI="https://github.com/xbmc/audioencoder.lame/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
23 23
	S="${WORKDIR}/audioencoder.lame-${PV}-${CODENAME}"
Thank you!