summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-01-09 22:09:02 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-01-09 22:12:50 +0000
commit02853fb1ffc6bed7491e886cdef62ba87676ec92 (patch)
tree5e6b3b0803a2677a849fce8faf7e7439c9792a79 /profiles/arch
parentdev-perl/ExtUtils-F77: Version bump (diff)
downloadgentoo-02853fb1ffc6bed7491e886cdef62ba87676ec92.tar.gz
gentoo-02853fb1ffc6bed7491e886cdef62ba87676ec92.tar.bz2
gentoo-02853fb1ffc6bed7491e886cdef62ba87676ec92.zip
profiles: Mask Oracle JVMs on pre-armv6
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/arm/armv6j/package.mask8
-rw-r--r--profiles/arch/arm/armv7a/package.mask7
-rw-r--r--profiles/arch/arm/package.mask9
3 files changed, 21 insertions, 3 deletions
diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask
new file mode 100644
index 000000000000..fba35e2f0be7
--- /dev/null
+++ b/profiles/arch/arm/armv6j/package.mask
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# James Le Cuirot <chewi@gentoo.org> (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 f07ce777f878..56e83609e5dd 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -1,7 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+# James Le Cuirot <chewi@gentoo.org> (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
+
# James Le Cuirot <chewi@gentoo.org> (24 May 2015)
# This is built for armv7a so unmask against the wider arm mask.
-dev-java/icedtea-bin
diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
index 8398d4ea7458..ff6f86039d03 100644
--- a/profiles/arch/arm/package.mask
+++ b/profiles/arch/arm/package.mask
@@ -1,9 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+# James Le Cuirot <chewi@gentoo.org> (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
+
# James Le Cuirot <chewi@gentoo.org> (24 May 2015)
-# This is built for armv7a so mask here and unmask in that profile.
+# This is built for armv7a and will not work on earlier generations.
dev-java/icedtea-bin
# Zac Medico <zmedico@gentoo.org> (09 Aug 2011)