diff options
author | Sam James <sam@gentoo.org> | 2023-06-09 10:50:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-09 10:51:17 +0100 |
commit | 3a1a9606ca0a32976c8290d7e6309efc4cb88cc6 (patch) | |
tree | ec1971bf3ff3d10cf524322fce409d2d39438243 /media-libs/gst-plugins-base/gst-plugins-base-1.20.6.ebuild | |
parent | app-misc/fastfetch: drop 1.11.1 (diff) | |
download | gentoo-3a1a9606ca0a32976c8290d7e6309efc4cb88cc6.tar.gz gentoo-3a1a9606ca0a32976c8290d7e6309efc4cb88cc6.tar.bz2 gentoo-3a1a9606ca0a32976c8290d7e6309efc4cb88cc6.zip |
media-libs/gst-plugins-base: backport test (only) fix for glib-2.76
Thanks to Paolo Pedroni for testing. Backport requested upstream but unclear
if there'll be another 1.20.x. Already backported upstream to newer 1.22.x.
Closes: https://bugs.gentoo.org/907415
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gst-plugins-base/gst-plugins-base-1.20.6.ebuild')
-rw-r--r-- | media-libs/gst-plugins-base/gst-plugins-base-1.20.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.20.6.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.20.6.ebuild index b0cc01a91253..385496ed679e 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.20.6.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.20.6.ebuild @@ -93,8 +93,8 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS NEWS README.md RELEASE ) -# Fixes backported to 1.20.1, to be removed in 1.20.2+ PATCHES=( + "${FILESDIR}"/${P}-libs_allocators.patch ) multilib_src_configure() { |