Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/amd64/
Date: Fri, 27 Jan 2017 02:13:07
Message-Id: 1485483136.c49893d00458adcf135f310ea3e342a8be947025.mattst88@gentoo
1 commit: c49893d00458adcf135f310ea3e342a8be947025
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 01:21:50 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 27 02:12:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49893d0
7
8 base/package.use.mask: Mask USE=opencl on sys-apps/hwloc.
9
10 USE=opencl depends exclusively on x11-drivers/ati-drivers, which is
11 being given its last rites.
12
13 profiles/arch/amd64/package.use.mask | 2 +-
14 profiles/arch/x86/package.use.mask | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
18 index a298dc2..d11825c 100644
19 --- a/profiles/arch/amd64/package.use.mask
20 +++ b/profiles/arch/amd64/package.use.mask
21 @@ -149,7 +149,7 @@ app-editors/gvim -luajit -racket
22
23 # Kacper Kowalik <xarthisius@g.o> (09 Aug 2013)
24 # Works on amd64
25 -sys-apps/hwloc -cuda -gl -opencl
26 +sys-apps/hwloc -cuda -gl
27
28 # Michał Górny <mgorny@g.o> (22 Jul 2013)
29 # Meaningless on amd64 (it controls the 32-bit x86 JIT).
30
31 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
32 index 7d028f6..e889408 100644
33 --- a/profiles/arch/x86/package.use.mask
34 +++ b/profiles/arch/x86/package.use.mask
35 @@ -139,7 +139,7 @@ app-editors/gvim -luajit -racket
36
37 # Kacper Kowalik <xarthisius@g.o> (09 Aug 2013)
38 # Works on x86
39 -sys-apps/hwloc -cuda -gl -opencl
40 +sys-apps/hwloc -cuda -gl
41
42 # Pacho Ramos <pacho@g.o> (20 Jul 2013)
43 # Keywords missing, bug #478104