Diff gst-plugins-base-1.20.5 with a gst-plugins-base-1.20.6

/usr/portage/media-libs/gst-plugins-base/gst-plugins-base-1.20.6.ebuild 2023-10-09 14:52:31.668368405 +0300
10 10
HOMEPAGE="https://gstreamer.freedesktop.org/"
11 11

  
12 12
LICENSE="GPL-2+ LGPL-2+"
13
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
13
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 14

  
15 15
# For OpenGL we have three separate concepts, with a list of possibilities in each:
16 16
#  * opengl APIs - opengl and/or gles2; USE=opengl and USE=gles2 enable these accordingly; if neither is enabled, OpenGL helper library and elements are not built at all and all the other options aren't relevant
......
93 93

  
94 94
DOCS=( AUTHORS NEWS README.md RELEASE )
95 95

  
96
# Fixes backported to 1.20.1, to be removed in 1.20.2+
97 96
PATCHES=(
97
	"${FILESDIR}"/${P}-libs_allocators.patch
98 98
)
99 99

  
100 100
multilib_src_configure() {
Thank you!