Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-gdkpixbuf/
Date: Tue, 08 Feb 2022 04:46:01
Message-Id: 1644295524.3d49708d6c1313dee6379f4b0676b9f1aa347f69.sam@gentoo
1 commit: 3d49708d6c1313dee6379f4b0676b9f1aa347f69
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 04:45:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 04:45:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d49708d
7
8 media-plugins/gst-plugins-gdkpixbuf: Stabilize 1.18.4 arm64, #831946
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild
16 index 5fe72118e120..a33e98b189cd 100644
17 --- a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild
18 +++ b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
26 inherit gstreamer-meson
27
28 DESCRIPION="Image decoder, overlay and sink plugin for GStreamer"
29 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
30 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
31 IUSE=""
32
33 RDEPEND=">=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]"