Diff webrtc-audio-processing-1.3-r3 with a webrtc-audio-processing-1.3-r5

/usr/portage/media-libs/webrtc-audio-processing/webrtc-audio-processing-1.3-r5.ebuild 2026-07-28 20:03:04.108450650 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit meson-multilib
7 7

  
......
11 11

  
12 12
LICENSE="BSD"
13 13
SLOT="1"
14
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
14
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
15 15
IUSE="cpu_flags_arm_neon"
16 16

  
17 17
RDEPEND="dev-cpp/abseil-cpp:=[${MULTILIB_USEDEP}]"
Thank you!