Diff dtv-scan-tables-0_p20210430 with a dtv-scan-tables-9999

/usr/portage/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild 2023-10-09 14:52:31.812368409 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
7 7
	inherit git-r3
8 8
	EGIT_REPO_URI="https://git.linuxtv.org/dtv-scan-tables.git"
9 9
else
10
	COMMIT="4181e93a30ab"
10
	COMMIT="f07bde777d4d"
11 11
	SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2"
12
	KEYWORDS="amd64 arm arm64 ppc x86"
12
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
13 13
	S="${WORKDIR}/usr/share/dvb"
14 14
fi
15 15

  
Thank you!