commit: 2dfd8212da6665f539066d84f3cec6ad87d401de Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Apr 24 09:44:35 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Apr 24 10:16:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dfd8212
profiles: Remove virtual/(jdk|jre):1.8 masks icedtea:8 is in the tree now and it can be built from source for any ARM generation. profiles/arch/arm/armv6j/package.mask | 5 ----- profiles/arch/arm/armv7a/package.mask | 5 ----- profiles/arch/arm/package.mask | 6 ------ 3 files changed, 16 deletions(-) diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask index 1302a92..fba35e2 100644 --- a/profiles/arch/arm/armv6j/package.mask +++ b/profiles/arch/arm/armv6j/package.mask @@ -3,11 +3,6 @@ # $Id$ # James Le Cuirot <[email protected]> (09 Jan 2016) -# Unmask against the wider arm mask. --virtual/jdk:1.8 --virtual/jre:1.8 - -# James Le Cuirot <[email protected]> (09 Jan 2016) # This is built for armv6 so unmask against the wider arm mask. -dev-java/oracle-jdk-bin -dev-java/oracle-jre-bin diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask index 1502768..56e8360 100644 --- a/profiles/arch/arm/armv7a/package.mask +++ b/profiles/arch/arm/armv7a/package.mask @@ -3,11 +3,6 @@ # $Id$ # James Le Cuirot <[email protected]> (09 Jan 2016) -# Unmask against the wider arm mask. --virtual/jdk:1.8 --virtual/jre:1.8 - -# James Le Cuirot <[email protected]> (09 Jan 2016) # This is built for armv6 so unmask against the wider arm mask. -dev-java/oracle-jdk-bin -dev-java/oracle-jre-bin diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index c017824..ff6f860 100644 --- a/profiles/arch/arm/package.mask +++ b/profiles/arch/arm/package.mask @@ -3,12 +3,6 @@ # $Id$ # James Le Cuirot <[email protected]> (09 Jan 2016) -# There are no providers for Java 8 on pre-armv6. icedtea 3 may work -# but we don't have it in the tree yet. -virtual/jdk:1.8 -virtual/jre:1.8 - -# James Le Cuirot <[email protected]> (09 Jan 2016) # This is built for armv6 and will not work on earlier generations. dev-java/oracle-jdk-bin dev-java/oracle-jre-bin
