Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mediastreamer/
Date: Thu, 04 Jan 2018 17:36:15
Message-Id: 1515087366.d2b8096c252232a3660bf5fc58d9ae5bbf967cb3.zlogene@gentoo
1 commit: d2b8096c252232a3660bf5fc58d9ae5bbf967cb3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 17:35:29 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 17:36:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b8096c
7
8 media-libs/mediastreamer: amd64 stable wrt bug #641512
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild
16 index 86db1bda81e..826ed970efb 100644
17 --- a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild
18 +++ b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/linphone/${PN}/${P}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0/3"
29 -KEYWORDS="~amd64 ~ppc ~ppc64 x86"
30 +KEYWORDS="amd64 ~ppc ~ppc64 x86"
31 # Many cameras will not work or will crash an application if mediastreamer2 is
32 # not built with v4l2 support (taken from configure.ac)
33 # TODO: run-time test for ipv6: does it really need ortp[ipv6] ?