Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, profiles/arch/nios2/, profiles/arch/s390/, ...
Date: Wed, 02 Sep 2015 01:57:37
Message-Id: 1441159032.11baefd6118bc26139358e449f5606c463301381.chithanh@gentoo
1 commit: 11baefd6118bc26139358e449f5606c463301381
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 01:57:12 2015 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 01:57:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11baefd6
7
8 profiles/arch/*/use.mask: mask video_cards_amdgpu where video_cards_radeonsi is masked
9
10 profiles/arch/alpha/use.mask | 1 +
11 profiles/arch/arm/use.mask | 1 +
12 profiles/arch/arm64/use.mask | 1 +
13 profiles/arch/ia64/use.mask | 1 +
14 profiles/arch/mips/use.mask | 1 +
15 profiles/arch/nios2/use.mask | 1 +
16 profiles/arch/s390/use.mask | 1 +
17 profiles/arch/sh/use.mask | 1 +
18 profiles/arch/sparc/use.mask | 1 +
19 9 files changed, 9 insertions(+)
20
21 diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
22 index 342d979..a686d2c 100644
23 --- a/profiles/arch/alpha/use.mask
24 +++ b/profiles/arch/alpha/use.mask
25 @@ -155,6 +155,7 @@ video_cards_ilo
26 # vmware wasn't added with mesa-8.0, but it should still be masked
27 video_cards_vmware
28 # llvm is not keyworded
29 +video_cards_amdgpu
30 video_cards_radeonsi
31
32 # dspam and dspam-web use this one
33
34 diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
35 index 199b1ec..d403145 100644
36 --- a/profiles/arch/arm/use.mask
37 +++ b/profiles/arch/arm/use.mask
38 @@ -188,6 +188,7 @@ video_cards_voodoo
39
40 # Matt Turner <mattst88@g.o>
41 # Mask more VIDEO_CARDs added with mesa-8.0
42 +video_cards_amdgpu
43 video_cards_r100
44 video_cards_r200
45 video_cards_r300
46
47 diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
48 index da626a5..3809279 100644
49 --- a/profiles/arch/arm64/use.mask
50 +++ b/profiles/arch/arm64/use.mask
51 @@ -197,6 +197,7 @@ video_cards_voodoo
52
53 # Matt Turner <mattst88@g.o>
54 # Mask more VIDEO_CARDs added with mesa-8.0
55 +video_cards_amdgpu
56 video_cards_r100
57 video_cards_r200
58 video_cards_r300
59
60 diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
61 index 8386d29..5b3829e 100644
62 --- a/profiles/arch/ia64/use.mask
63 +++ b/profiles/arch/ia64/use.mask
64 @@ -175,6 +175,7 @@ video_cards_ilo
65 # vmware wasn't added with mesa-8.0, but it should still be masked
66 video_cards_vmware
67 # llvm is not keyworded
68 +video_cards_amdgpu
69 video_cards_radeonsi
70
71 # Diego Pettenò <flameeyes@g.o> (6 Dec 2006)
72
73 diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
74 index eaf7d0c..ceec8e0 100644
75 --- a/profiles/arch/mips/use.mask
76 +++ b/profiles/arch/mips/use.mask
77 @@ -150,6 +150,7 @@ video_cards_voodoo
78
79 # Matt Turner <mattst88@g.o>
80 # Mask more VIDEO_CARDs added with mesa-8.0
81 +video_cards_amdgpu
82 video_cards_r100
83 video_cards_r200
84 video_cards_r300
85
86 diff --git a/profiles/arch/nios2/use.mask b/profiles/arch/nios2/use.mask
87 index f8aa13d..a170c07 100644
88 --- a/profiles/arch/nios2/use.mask
89 +++ b/profiles/arch/nios2/use.mask
90 @@ -198,6 +198,7 @@ video_cards_voodoo
91
92 # Matt Turner <mattst88@g.o>
93 # Mask more VIDEO_CARDs added with mesa-8.0
94 +video_cards_amdgpu
95 video_cards_r100
96 video_cards_r200
97 video_cards_r300
98
99 diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
100 index 3687d15..5300c0b 100644
101 --- a/profiles/arch/s390/use.mask
102 +++ b/profiles/arch/s390/use.mask
103 @@ -111,6 +111,7 @@ input_devices_vmmouse
104 input_devices_synaptics
105 input_devices_tslib
106 input_devices_wacom
107 +video_cards_amdgpu
108 video_cards_apm
109 video_cards_ark
110 video_cards_ast
111
112 diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask
113 index 6e2cba8..4d645f7 100644
114 --- a/profiles/arch/sh/use.mask
115 +++ b/profiles/arch/sh/use.mask
116 @@ -135,6 +135,7 @@ video_cards_voodoo
117
118 # Matt Turner <mattst88@g.o>
119 # Mask more VIDEO_CARDs added with mesa-8.0
120 +video_cards_amdgpu
121 video_cards_r100
122 video_cards_r200
123 video_cards_r300
124
125 diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
126 index 17330a0..9a5a8f7 100644
127 --- a/profiles/arch/sparc/use.mask
128 +++ b/profiles/arch/sparc/use.mask
129 @@ -260,6 +260,7 @@ video_cards_ilo
130 # vmware wasn't added with mesa-8.0, but it should still be masked
131 video_cards_vmware
132 # llvm is not keyworded
133 +video_cards_amdgpu
134 video_cards_radeonsi
135
136 # Diego Pettenò <flameeyes@g.o> (6 Dec 2006)