From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D7A0139694 for ; Mon, 20 Mar 2017 12:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4949C21C0E1; Mon, 20 Mar 2017 12:28:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2870B21C0E1 for ; Mon, 20 Mar 2017 12:28:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F85F34163C for ; Mon, 20 Mar 2017 12:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5624F6EC2 for ; Mon, 20 Mar 2017 12:28:24 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1490012723.df5bd5e161afff57d582d32ebe0f09d9fd1e5664.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mediastreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mediastreamer/mediastreamer-2.9.0-r1.ebuild X-VCS-Directories: media-libs/mediastreamer/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: df5bd5e161afff57d582d32ebe0f09d9fd1e5664 X-VCS-Branch: master Date: Mon, 20 Mar 2017 12:28:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f048c8e4-7a9e-4cef-8f6e-cc6553d82c29 X-Archives-Hash: dc8941938d7b2ab42af0f7f34a2ed9df commit: df5bd5e161afff57d582d32ebe0f09d9fd1e5664 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Mar 20 12:25:23 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Mar 20 12:25:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5bd5e1 media-libs/mediastreamer: amd64 stable wrt bug #612886 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/mediastreamer/mediastreamer-2.9.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mediastreamer/mediastreamer-2.9.0-r1.ebuild b/media-libs/mediastreamer/mediastreamer-2.9.0-r1.ebuild index 85c50886411..62e7751d864 100644 --- a/media-libs/mediastreamer/mediastreamer-2.9.0-r1.ebuild +++ b/media-libs/mediastreamer/mediastreamer-2.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/linphone/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" # Many cameras will not work or will crash an application if mediastreamer2 is # not built with v4l2 support (taken from configure.ac) # TODO: run-time test for ipv6: does it really need ortp[ipv6] ?