Diff libaom-3.6.1 with a libaom-3.7.0

/usr/portage/media-libs/libaom/libaom-3.7.0.ebuild 2023-10-09 14:52:31.676368405 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..11} )
6
PYTHON_COMPAT=( python3_{10..11} )
7 7
inherit cmake-multilib python-any-r1
8 8

  
9 9
if [[ ${PV} == *9999* ]]; then
......
17 17
	#     cd build && cmake ..
18 18
	# 3.  Set LIBAOM_TEST_DATA_PATH to the directory you want and
19 19
	#     run the "make testdata" target:
20
	#     LIBAOM_TEST_DATA_PATH=../libaom-1.2.3-testdata make testdata
20
	#     LIBAOM_TEST_DATA_PATH=../libaom-3.7.0-testdata make testdata
21 21
	#     This will download the test data from the internet.
22 22
	# 4.  Create a tarball out of that directory.
23
	#     cd .. && tar cvaf libaom-1.2.3-testdata.tar.xz libaom-1.2.3-testdata
23
	#     cd .. && tar cvaf libaom-3.7.0-testdata.tar.xz libaom-3.7.0-testdata
24 24
	SRC_URI="
25 25
		https://storage.googleapis.com/aom-releases/${P}.tar.gz
26 26
		test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-testdata.tar.xz )
27 27
	"
28
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
28
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
29 29
fi
30 30

  
31 31
DESCRIPTION="Alliance for Open Media AV1 Codec SDK"
Thank you!