commit: 5e544ac6e350e83fbaa4216e46f4930cd75c6724 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Aug 1 19:33:34 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Aug 2 22:34:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e544ac6
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. profiles/arch/amd64/package.use | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index 8450b57..956e897 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 <[email protected]> (01 Aug 2016) +# Most users don't need a multilib JVM. +dev-java/icedtea-bin -multilib + # Ben de Groot <[email protected]> (03 May 2015) # Enable luajit (for OSC) by default media-video/mpv lua luajit
