Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
Date: Sat, 02 Jan 2016 21:45:39
Message-Id: 1451771121.70f28cc1107df3abfa8217d3f3ee5f5ade45bdf1.chewi@gentoo
1 commit: 70f28cc1107df3abfa8217d3f3ee5f5ade45bdf1
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 21:43:27 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 21:45:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f28cc1
7
8 virtual/jdk: Mark Java 7 stable on ppc
9
10 icedtea and icedtea-bin now satisfy this and it's been working well.
11
12 Package-Manager: portage-2.2.26
13
14 virtual/jdk/jdk-1.7.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/virtual/jdk/jdk-1.7.0.ebuild b/virtual/jdk/jdk-1.7.0.ebuild
18 index 6873034..a449652 100644
19 --- a/virtual/jdk/jdk-1.7.0.ebuild
20 +++ b/virtual/jdk/jdk-1.7.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -6,7 +6,7 @@ EAPI="5"
28
29 DESCRIPTION="Virtual for Java Development Kit (JDK)"
30 SLOT="1.7"
31 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32 +KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33
34 RDEPEND="|| (
35 =dev-java/icedtea-bin-7*