From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-944730-garchives=archives.gentoo.org@lists.gentoo.org>
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 73371139694
	for <garchives@archives.gentoo.org>; Tue, 18 Apr 2017 21:50:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 03B79E0E08;
	Tue, 18 Apr 2017 21:50:01 +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 D05A2E0E08
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Apr 2017 21:50:00 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 4C9F134167D
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Apr 2017 21:49:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F6A072DA
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Apr 2017 21:49:57 +0000 (UTC)
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" <xmw@gentoo.org>
Message-ID: <1492552190.fc33e77a2b65e2fba3ce627cab4cc13fc786a4f0.xmw@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/zimg/zimg-2.5.ebuild
X-VCS-Directories: media-libs/zimg/
X-VCS-Committer: xmw
X-VCS-Committer-Name: Michael Weber
X-VCS-Revision: fc33e77a2b65e2fba3ce627cab4cc13fc786a4f0
X-VCS-Branch: master
Date: Tue, 18 Apr 2017 21:49:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 414584f1-dcff-4a38-a9f7-84c53751cb0c
X-Archives-Hash: b74b68d96bc75fc28a18542a2d3e8fbe

commit:     fc33e77a2b65e2fba3ce627cab4cc13fc786a4f0
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 21:49:24 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 21:49:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc33e77a

media-libs/zimg: arm ppc ppc64 stable (bug 614626).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"

 media-libs/zimg/zimg-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zimg/zimg-2.5.ebuild b/media-libs/zimg/zimg-2.5.ebuild
index fc4f3cd58d8..000ca12c2b3 100644
--- a/media-libs/zimg/zimg-2.5.ebuild
+++ b/media-libs/zimg/zimg-2.5.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
 
 if [ "${PV#9999}" = "${PV}" ] ; then
 	SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86"
+	KEYWORDS="~alpha amd64 arm ppc ppc64 x86"
 	S="${WORKDIR}/${PN}-release-${PV}/"
 fi