commit: 9fe4342022f0a0e720b88a9115b9457f141c6d83 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Apr 25 21:00:08 2017 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Apr 25 21:13:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe43420
profiles: Mask dev-java/oracle-jdk-bin[visualvm] on arm and arm64 Oracle doesn't include VisualVM on these platforms. profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/arm64/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index abd3bc8804c..4a66ffa37eb 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <[email protected]> (25 Apr 2017) +# Oracle doesn't include VisualVM on this platform. +dev-java/oracle-jdk-bin visualvm + # Patrice Clement <[email protected]> (09 Apr 2017) # Enable MQTT support on supported architectures app-admin/collectd -collectd_plugins_mqtt diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index ff0b10bf9e7..76273b2aaca 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <[email protected]> (25 Apr 2017) +# Oracle doesn't include VisualVM on this platform. +dev-java/oracle-jdk-bin visualvm + # Markus Meier <[email protected]> (24 Mar 2017) # unkeyworded deps, bug #552330 app-portage/g-sorcery bson
