Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-gtk/
Date: Wed, 19 Sep 2018 08:42:50
Message-Id: 1537346549.7635a9fcc462c53d297a4dfb2f02f99dadd62937.slyfox@gentoo
1 commit: 7635a9fcc462c53d297a4dfb2f02f99dadd62937
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 23:20:27 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 08:42:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7635a9fc
7
8 media-plugins/gst-plugins-gtk: stable 1.14.1 for ia64, bug #661288
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 RepoMan-Options: --include-arches="ia64"
12
13 media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.14.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.14.1.ebuild b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.14.1.ebuild
17 index 775545cfe5e..5221045d43e 100644
18 --- a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.14.1.ebuild
19 +++ b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.14.1.ebuild
20 @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
21 inherit gstreamer
22
23 DESCRIPTION="Video sink plugin for GStreamer that renders to a GtkWidget"
24 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
25 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
26 IUSE="+egl gles2 +opengl wayland +X" # Keep default IUSE mirrored with gst-plugins-base
27 # egl, wayland and X only matters if gst-plugins-bad is build with USE=opengl and/or USE=gles2
28 # We mirror egl/gles2/opengl/wayland/X due to automagic detection from gstreamer-gl.pc variables;