From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-883416-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id F18BE1381F1
	for <garchives@archives.gentoo.org>; Wed, 25 May 2016 05:59:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3C5BC23400F;
	Wed, 25 May 2016 05:59:42 +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 B269A23400F
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 May 2016 05:59:41 +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 AC736340A85
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 May 2016 05:59:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4132E180
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 May 2016 05:59:37 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1464155840.0996a5d43cc7bd2c5a75fc5b8dd34c06f25815d1.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpfm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libpfm/libpfm-4.6.0.ebuild
X-VCS-Directories: dev-libs/libpfm/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 0996a5d43cc7bd2c5a75fc5b8dd34c06f25815d1
X-VCS-Branch: master
Date: Wed, 25 May 2016 05:59:37 +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: 546e965d-a756-45ec-abd4-3cc9a8503b3f
X-Archives-Hash: b09c07ffcd585ebd5a70c023da1b1a7d

commit:     0996a5d43cc7bd2c5a75fc5b8dd34c06f25815d1
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 05:57:20 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 25 05:57:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0996a5d4

dev-libs/libpfm: Stable for PPC64 (bug #583224).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 dev-libs/libpfm/libpfm-4.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpfm/libpfm-4.6.0.ebuild b/dev-libs/libpfm/libpfm-4.6.0.ebuild
index 6e6ca20..34df4f1 100644
--- a/dev-libs/libpfm/libpfm-4.6.0.ebuild
+++ b/dev-libs/libpfm/libpfm-4.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz"
 
 LICENSE="GPL-2 MIT"
 SLOT="0/4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc64 ~x86"
 IUSE="static-libs"
 
 DEPEND=""