commit:     dbc7ade163ec43a4476c86f6912378afacb1d53a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 20:47:24 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 20:47:24 2016 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=dbc7ade1

dev-java/icedtea: Undo erroneous ARM/HotSpot change I made earlier

A non-Zero port of HotSpot isn't yet available for ARM in this
version. inb4 meanie gnu_andrew. ;)

Package-Manager: portage-2.2.27

 dev-java/icedtea/icedtea-3.0.0_pre08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icedtea/icedtea-3.0.0_pre08.ebuild 
b/dev-java/icedtea/icedtea-3.0.0_pre08.ebuild
index 3397cf9..be8af53 100644
--- a/dev-java/icedtea/icedtea-3.0.0_pre08.ebuild
+++ b/dev-java/icedtea/icedtea-3.0.0_pre08.ebuild
@@ -239,7 +239,7 @@ src_configure() {
 
        # Are we on a architecture with a HotSpot port?
        # In-tree JIT ports are available for amd64, arm, arm64, ppc64 (be&le), 
SPARC and x86.
-       if { use amd64 || use arm || use arm64 || use ppc64 || use sparc || use 
x86; }; then
+       if { use amd64 || use arm64 || use ppc64 || use sparc || use x86; }; 
then
                hotspot_port="yes"
        fi
 

Reply via email to