From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-896940-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 3D31F13832E
	for <garchives@archives.gentoo.org>; Sun, 14 Aug 2016 09:34:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A10BAE0BCF;
	Sun, 14 Aug 2016 09:34:48 +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 4A4F7E0BCF
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2016 09:34:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 58D97340C8A
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2016 09:34:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C78172443
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2016 09:34:44 +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: <1471167249.b5dad0055257032caa285a2b4067236ecade0788.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-bin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
X-VCS-Directories: dev-java/icedtea-bin/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: b5dad0055257032caa285a2b4067236ecade0788
X-VCS-Branch: master
Date: Sun, 14 Aug 2016 09:34:44 +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: 7cd20a56-3268-42f5-aefd-a9fcac43f7b9
X-Archives-Hash: 46e3fa0b3f1dc6e58a58cc1555b9c9e1

commit:     b5dad0055257032caa285a2b4067236ecade0788
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 09:34:09 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 09:34:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5dad005

dev-java/icedtea-bin: Stable for PPC64 (bug #590590).

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

 dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
index 1057a91..1708073 100644
--- a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
@@ -7,7 +7,7 @@ EAPI="5"
 inherit java-vm-2 multilib-build toolchain-funcs
 
 MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} )
-KEYWORDS="-* amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="-* amd64 ~arm ppc64 ~x86"
 
 BASE_URI="https://dev.gentoo.org/~chewi/distfiles"
 SRC_URI="doc? ( ${BASE_URI}/${PN}-doc-${PV}.tar.xz )