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/jre/
Date: Sat, 02 Jan 2016 21:45:40
Message-Id: 1451771124.2b1d227cf28a013deca182a4ee0e27f745000813.chewi@gentoo
1 commit: 2b1d227cf28a013deca182a4ee0e27f745000813
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 21:44:24 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 21:45:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1d227c
7
8 virtual/jre: 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/jre/jre-1.7.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/virtual/jre/jre-1.7.0.ebuild b/virtual/jre/jre-1.7.0.ebuild
18 index 7a4f9a8..707c38d 100644
19 --- a/virtual/jre/jre-1.7.0.ebuild
20 +++ b/virtual/jre/jre-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 Runtime Environment (JRE)"
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 =virtual/jdk-1.7.0*