diff options
author | 2016-08-01 20:33:34 +0100 | |
---|---|---|
committer | 2016-08-02 23:34:26 +0100 | |
commit | 5e544ac6e350e83fbaa4216e46f4930cd75c6724 (patch) | |
tree | 292b839fefbc008795974ec1175c53ae3ea6677a /profiles/arch | |
parent | java-vm-2.eclass: Add java-vm_install-env to replace set_java_env (diff) | |
download | gentoo-5e544ac6e350e83fbaa4216e46f4930cd75c6724.tar.gz gentoo-5e544ac6e350e83fbaa4216e46f4930cd75c6724.tar.bz2 gentoo-5e544ac6e350e83fbaa4216e46f4930cd75c6724.zip |
profiles: Disable icedtea-bin[multilib] on amd64 by default
Most users don't need a multilib JVM. I would do this in the base
profile but it's not effective there and it currently has no impact on
other architectures.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index 8450b571df6f..956e897337d0 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -1,7 +1,11 @@ -# 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> (01 Aug 2016) +# Most users don't need a multilib JVM. +dev-java/icedtea-bin -multilib + # Ben de Groot <yngwin@gentoo.org> (03 May 2015) # Enable luajit (for OSC) by default media-video/mpv lua luajit |