From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D2BE1388C1 for ; Tue, 1 Mar 2016 22:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30DAF21C003; Tue, 1 Mar 2016 22:43:56 +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 D38B421C003 for ; Tue, 1 Mar 2016 22:43:55 +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 1C943340BBF for ; Tue, 1 Mar 2016 22:43:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD962CFB for ; Tue, 1 Mar 2016 22:43:53 +0000 (UTC) From: "James Le Cuirot" 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" Message-ID: <1456872195.e4fdcc524b2ec634823a3b1ceeb92c2c296d55a0.chewi@gentoo> Subject: [gentoo-commits] proj/java:master commit in: virtual/jdk/ X-VCS-Repository: proj/java X-VCS-Files: virtual/jdk/jdk-1.8.0-r2.ebuild virtual/jdk/jdk-1.8.0-r3.ebuild X-VCS-Directories: virtual/jdk/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: e4fdcc524b2ec634823a3b1ceeb92c2c296d55a0 X-VCS-Branch: master Date: Tue, 1 Mar 2016 22:43:53 +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: a9ef7032-f930-4553-90e3-efd771bfbc61 X-Archives-Hash: 6099ba81f285c2488ced6929652bc78a commit: e4fdcc524b2ec634823a3b1ceeb92c2c296d55a0 Author: James Le Cuirot gentoo org> AuthorDate: Tue Mar 1 22:43:15 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Mar 1 22:43:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=e4fdcc52 virtual/jdk: icedtea-bin:8 now available for amd64, arm, x86 We shouldn't need to restrict plain icedtea to amd64 now that the first entry satisfies all the main architectures. Package-Manager: portage-2.2.27 virtual/jdk/{jdk-1.8.0-r2.ebuild => jdk-1.8.0-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/jdk/jdk-1.8.0-r2.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild similarity index 84% rename from virtual/jdk/jdk-1.8.0-r2.ebuild rename to virtual/jdk/jdk-1.8.0-r3.ebuild index 73181a8..9275b04 100644 --- a/virtual/jdk/jdk-1.8.0-r2.ebuild +++ b/virtual/jdk/jdk-1.8.0-r3.ebuild @@ -9,7 +9,7 @@ SLOT="1.8" KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" RDEPEND="|| ( - ppc64? ( dev-java/icedtea-bin:8 ) - amd64? ( dev-java/icedtea:8 ) + dev-java/icedtea-bin:8 + dev-java/icedtea:8 dev-java/oracle-jdk-bin:1.8 )"