From: James Le Cuirot Date: Sat, 9 Jan 2016 22:09:02 +0000 (+0000) Subject: profiles: Mask Oracle JVMs on pre-armv6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=02853fb1ffc6bed7491e886cdef62ba87676ec92;p=gentoo.git profiles: Mask Oracle JVMs on pre-armv6 --- 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 (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 (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 (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 (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 (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 (09 Aug 2011)