Diff openh264-2.3.1-r1 with a openh264-2.3.1-r3

/usr/portage/media-libs/openh264/openh264-2.3.1-r3.ebuild 2023-10-09 14:52:31.708368406 +0300
5 5

  
6 6
inherit toolchain-funcs multilib-minimal
7 7

  
8
MOZVER=39
9
MY_GMP_COMMIT="3a01c086d1b0394238ff1b5ad22e76022830625a"
8
MOZVER=114_2
9
MY_GMP_COMMIT="e7d30b921df736a1121a0c8e0cf3ab1ce5b8a4b7"
10 10

  
11 11
DESCRIPTION="Cisco OpenH264 library and Gecko Media Plugin for Mozilla packages"
12 12
HOMEPAGE="https://www.openh264.org/ https://github.com/cisco/openh264"
......
18 18
# (2.2.0 needed a minor bump due to undocumented but breaking ABI changes, just to be sure.
19 19
#  https://github.com/cisco/openh264/issues/3459 )
20 20
SLOT="0/7"
21
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
21
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86"
22 22
IUSE="cpu_flags_arm_neon cpu_flags_x86_avx2 +plugin test utils"
23 23

  
24 24
RESTRICT="bindist !test? ( test )"
......
62 62
		HAVE_AVX2=$(usex cpu_flags_x86_avx2 Yes No) \
63 63
		HAVE_GTEST=$(usex test Yes No) \
64 64
		ARCH="$(tc-arch)" \
65
		ENABLEPIC="Yes" \
65 66
		$@
66 67
}
67 68

  
Thank you!