From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-861017-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 0AA8E58975
	for <garchives@archives.gentoo.org>; Mon,  1 Feb 2016 22:02:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 368AE21C090;
	Mon,  1 Feb 2016 22:02:21 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9DC9E21C090
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Feb 2016 22:02:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A1B80340D9B
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Feb 2016 22:02:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 203D78EB
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Feb 2016 22:02:17 +0000 (UTC)
From: "James Le Cuirot" <chewi@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, "James Le Cuirot" <chewi@gentoo.org>
Message-ID: <1454364104.44b3174fe1f9aa0ee32efb2f47056a0f8932acbd.chewi@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/jdk/jdk-1.8.0-r1.ebuild
X-VCS-Directories: virtual/jdk/
X-VCS-Committer: chewi
X-VCS-Committer-Name: James Le Cuirot
X-VCS-Revision: 44b3174fe1f9aa0ee32efb2f47056a0f8932acbd
X-VCS-Branch: master
Date: Mon,  1 Feb 2016 22:02:17 +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: 5b3eb9fa-38c9-4f2f-b416-39d66b8306ae
X-Archives-Hash: 504265084b03697c4100ae4b47b5894a

commit:     44b3174fe1f9aa0ee32efb2f47056a0f8932acbd
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 21:55:44 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 22:01:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b3174f

virtual/jdk: Remove icedtea, limit icedtea-bin to ~ppc64, bug #573042

Portage was complaining about the missing ebuilds instead of
suggesting a license change, which is bug #327177. Even after adding
the ebuilds, Portage suggested a keyword change in some cases, which
is bug #573500.

I don't really want to add icedtea:8 to the tree just yet so let's
remove this and limit icedtea-bin:8 to ~ppc64 to deal with the
remaining issue.

Package-Manager: portage-2.2.27

 virtual/jdk/jdk-1.8.0-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/virtual/jdk/jdk-1.8.0-r1.ebuild b/virtual/jdk/jdk-1.8.0-r1.ebuild
index 55de6b7..880ec09 100644
--- a/virtual/jdk/jdk-1.8.0-r1.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r1.ebuild
@@ -6,10 +6,9 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
-		dev-java/icedtea-bin:8
-		dev-java/icedtea:8
+		ppc64? ( dev-java/icedtea-bin:8 )
 		dev-java/oracle-jdk-bin:1.8
 	)"