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 A28661382C5 for ; Thu, 4 Jan 2018 17:36:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC006E098F; Thu, 4 Jan 2018 17:36:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE06FE098F for ; Thu, 4 Jan 2018 17:36:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED35C335C07 for ; Thu, 4 Jan 2018 17:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD851147 for ; Thu, 4 Jan 2018 17:36:10 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1515087366.d2b8096c252232a3660bf5fc58d9ae5bbf967cb3.zlogene@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-r2.ebuild X-VCS-Directories: media-libs/mediastreamer/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d2b8096c252232a3660bf5fc58d9ae5bbf967cb3 X-VCS-Branch: master Date: Thu, 4 Jan 2018 17:36:10 +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: 56ff7295-b0f8-4721-b8e6-3f8c62b8373e X-Archives-Hash: c46961f78780678bf909d7160efdba63 commit: d2b8096c252232a3660bf5fc58d9ae5bbf967cb3 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jan 4 17:35:29 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jan 4 17:36:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b8096c media-libs/mediastreamer: amd64 stable wrt bug #641512 Package-Manager: Portage-2.3.13, Repoman-2.3.3 media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild index 86db1bda81e..826ed970efb 100644 --- a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild +++ b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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] ?