Diff gstreamer-1.20.5 with a gstreamer-1.20.6

/usr/portage/media-libs/gstreamer/gstreamer-1.20.6.ebuild 2023-10-09 14:52:31.668368405 +0300
11 11

  
12 12
LICENSE="LGPL-2+"
13 13
SLOT="1.0"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
15 15
IUSE="+caps +introspection +orc unwind"
16 16

  
17 17
RDEPEND="
......
33 33

  
34 34
DOCS=( AUTHORS ChangeLog NEWS MAINTAINERS README.md RELEASE )
35 35

  
36
PATCHES=(
37
	"${FILESDIR}"/${P}-tests-race.patch
38
)
39

  
40 36
multilib_src_configure() {
41 37
	local emesonargs=(
42 38
		-Dbenchmarks=disabled
Thank you!