Diff openh264-2.3.1-r3 with a openh264-2.5.0

/usr/portage/media-libs/openh264/openh264-2.5.0.ebuild 2025-02-03 17:39:34.134671583 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
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 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
21
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips 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 )"
Thank you!