Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/sparc/
Date: Thu, 29 Sep 2016 14:13:30
Message-Id: 1475158389.24fd25cea3eef4db2d6f50ea7f1b3d031271896f.mgorny@gentoo
1 commit: 24fd25cea3eef4db2d6f50ea7f1b3d031271896f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 09:13:13 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 14:13:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fd25ce
7
8 profiles/arch: Enable the LLVM_TARGETS for video cards enabled by default
9
10 profiles/arch/amd64/package.use | 5 +++++
11 profiles/arch/sparc/package.use | 7 ++++++-
12 profiles/arch/x86/package.use | 7 ++++++-
13 3 files changed, 17 insertions(+), 2 deletions(-)
14
15 diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use
16 index 956e897..b6f6b93 100644
17 --- a/profiles/arch/amd64/package.use
18 +++ b/profiles/arch/amd64/package.use
19 @@ -2,6 +2,11 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 +# Michał Górny <mgorny@g.o> (24 Sep 2016)
24 +# Enable the GPU targets matching the default VIDEO_CARDS
25 +sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX
26 +sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
27 +
28 # James Le Cuirot <chewi@g.o> (01 Aug 2016)
29 # Most users don't need a multilib JVM.
30 dev-java/icedtea-bin -multilib
31
32 diff --git a/profiles/arch/sparc/package.use b/profiles/arch/sparc/package.use
33 index bd6f0f6..2f811a6 100644
34 --- a/profiles/arch/sparc/package.use
35 +++ b/profiles/arch/sparc/package.use
36 @@ -1,7 +1,12 @@
37 -# Copyright 1999-2014 Gentoo Foundation
38 +# Copyright 1999-2016 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 +# Michał Górny <mgorny@g.o> (24 Sep 2016)
43 +# Enable the GPU targets matching the default VIDEO_CARDS
44 +sys-devel/clang llvm_targets_AMDGPU
45 +sys-devel/llvm llvm_targets_AMDGPU
46 +
47 # Pacho Ramos <pacho@g.o> (15 Feb 2014)
48 # libev isn't supported on this arch, use another default (#499498)
49 dev-libs/libverto libevent
50
51 diff --git a/profiles/arch/x86/package.use b/profiles/arch/x86/package.use
52 index 6941891..ef4ca3c 100644
53 --- a/profiles/arch/x86/package.use
54 +++ b/profiles/arch/x86/package.use
55 @@ -1,7 +1,12 @@
56 -# Copyright 1999-2015 Gentoo Foundation
57 +# Copyright 1999-2016 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 +# Michał Górny <mgorny@g.o> (24 Sep 2016)
62 +# Enable the GPU targets matching the default VIDEO_CARDS
63 +sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX
64 +sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
65 +
66 # Ben de Groot <yngwin@g.o> (03 May 2015)
67 # Enable luajit (for OSC) by default
68 media-video/mpv lua luajit