Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-smoothstreaming/
Date: Wed, 09 Jan 2019 01:36:05
Message-Id: 1546997730.308e2a092edb4e905573c05372f2885eee84c041.whissi@gentoo
1 commit: 308e2a092edb4e905573c05372f2885eee84c041
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 9 01:18:48 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 9 01:35:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308e2a09
7
8 media-plugins/gst-plugins-smoothstreaming: x86 stable (bug #674854)
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 .../gst-plugins-smoothstreaming-1.14.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.3.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.3.ebuild
17 index 2ec5feec35f..124e25fce3a 100644
18 --- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.3.ebuild
19 +++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
27 inherit gstreamer
28
29 DESCRIPTION="Smooth Streaming plugin for GStreamer"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 x86"
32 IUSE=""
33
34 RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"