Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/java:master commit in: dev-java/icedtea/
Date: Sun, 31 Jan 2016 20:48:13
Message-Id: 1454273244.dbc7ade163ec43a4476c86f6912378afacb1d53a.chewi@gentoo
1 commit: dbc7ade163ec43a4476c86f6912378afacb1d53a
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 20:47:24 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 20:47:24 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=dbc7ade1
7
8 dev-java/icedtea: Undo erroneous ARM/HotSpot change I made earlier
9
10 A non-Zero port of HotSpot isn't yet available for ARM in this
11 version. inb4 meanie gnu_andrew. ;)
12
13 Package-Manager: portage-2.2.27
14
15 dev-java/icedtea/icedtea-3.0.0_pre08.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-java/icedtea/icedtea-3.0.0_pre08.ebuild b/dev-java/icedtea/icedtea-3.0.0_pre08.ebuild
19 index 3397cf9..be8af53 100644
20 --- a/dev-java/icedtea/icedtea-3.0.0_pre08.ebuild
21 +++ b/dev-java/icedtea/icedtea-3.0.0_pre08.ebuild
22 @@ -239,7 +239,7 @@ src_configure() {
23
24 # Are we on a architecture with a HotSpot port?
25 # In-tree JIT ports are available for amd64, arm, arm64, ppc64 (be&le), SPARC and x86.
26 - if { use amd64 || use arm || use arm64 || use ppc64 || use sparc || use x86; }; then
27 + if { use amd64 || use arm64 || use ppc64 || use sparc || use x86; }; then
28 hotspot_port="yes"
29 fi