Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/
Date: Tue, 02 Aug 2016 22:34:49
Message-Id: 1470177266.5e544ac6e350e83fbaa4216e46f4930cd75c6724.chewi@gentoo
1 commit: 5e544ac6e350e83fbaa4216e46f4930cd75c6724
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 19:33:34 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 22:34:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e544ac6
7
8 profiles: Disable icedtea-bin[multilib] on amd64 by default
9
10 Most users don't need a multilib JVM. I would do this in the base
11 profile but it's not effective there and it currently has no impact on
12 other architectures.
13
14 profiles/arch/amd64/package.use | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use
18 index 8450b57..956e897 100644
19 --- a/profiles/arch/amd64/package.use
20 +++ b/profiles/arch/amd64/package.use
21 @@ -1,7 +1,11 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 +# James Le Cuirot <chewi@g.o> (01 Aug 2016)
28 +# Most users don't need a multilib JVM.
29 +dev-java/icedtea-bin -multilib
30 +
31 # Ben de Groot <yngwin@g.o> (03 May 2015)
32 # Enable luajit (for OSC) by default
33 media-video/mpv lua luajit