Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-10.4.4.ebuild mesa-10.3.7-r2.ebuild mesa-7.10.3.ebuild mesa-10.5.1.ebuild ChangeLog mesa-10.5.2.ebuild mesa-10.2.8.ebuild mesa-10.3.7-r1.ebuild
Date: Tue, 31 Mar 2015 18:02:10
Message-Id: 20150331180204.6E66D14EEF@oystercatcher.gentoo.org
1 ulm 15/03/31 18:02:03
2
3 Modified: mesa-10.4.4.ebuild mesa-10.3.7-r2.ebuild
4 mesa-7.10.3.ebuild mesa-10.5.1.ebuild ChangeLog
5 mesa-10.5.2.ebuild mesa-10.2.8.ebuild
6 mesa-10.3.7-r1.ebuild
7 Log:
8 Update dependency after package move of eselect modules to app-eselect.
9
10 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
11
12 Revision Changes Path
13 1.8 media-libs/mesa/mesa-10.4.4.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild?rev=1.8&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild?rev=1.8&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild?r1=1.7&r2=1.8
18
19 Index: mesa-10.4.4.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v
22 retrieving revision 1.7
23 retrieving revision 1.8
24 diff -u -r1.7 -r1.8
25 --- mesa-10.4.4.ebuild 17 Mar 2015 11:43:43 -0000 1.7
26 +++ mesa-10.4.4.ebuild 31 Mar 2015 18:02:03 -0000 1.8
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.7 2015/03/17 11:43:43 chithanh Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.8 2015/03/31 18:02:03 ulm Exp $
32
33 EAPI=5
34
35 @@ -95,9 +95,9 @@
36 !<x11-base/xorg-server-1.7
37 !<=x11-proto/xf86driproto-2.0.3
38 abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
39 - classic? ( app-admin/eselect-mesa )
40 - gallium? ( app-admin/eselect-mesa )
41 - >=app-admin/eselect-opengl-1.3.0
42 + classic? ( app-eselect/eselect-mesa )
43 + gallium? ( app-eselect/eselect-mesa )
44 + >=app-eselect/eselect-opengl-1.3.0
45 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
46 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
47 gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] )
48 @@ -127,7 +127,7 @@
49 <sys-devel/llvm-3.6
50 )
51 opencl? (
52 - app-admin/eselect-opencl
53 + app-eselect/eselect-opencl
54 dev-libs/libclc
55 || (
56 >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
57 @@ -307,7 +307,7 @@
58 "
59 fi
60
61 - # on abi_x86_32 hardened we need to have asm disable
62 + # on abi_x86_32 hardened we need to have asm disable
63 if [[ ${ABI} == x86* ]] && use pic; then
64 myconf+=" --disable-asm"
65 fi
66
67
68
69 1.5 media-libs/mesa/mesa-10.3.7-r2.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.7-r2.ebuild?rev=1.5&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.7-r2.ebuild?rev=1.5&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.7-r2.ebuild?r1=1.4&r2=1.5
74
75 Index: mesa-10.3.7-r2.ebuild
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r2.ebuild,v
78 retrieving revision 1.4
79 retrieving revision 1.5
80 diff -u -r1.4 -r1.5
81 --- mesa-10.3.7-r2.ebuild 17 Mar 2015 11:43:43 -0000 1.4
82 +++ mesa-10.3.7-r2.ebuild 31 Mar 2015 18:02:03 -0000 1.5
83 @@ -1,6 +1,6 @@
84 # Copyright 1999-2015 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r2.ebuild,v 1.4 2015/03/17 11:43:43 chithanh Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r2.ebuild,v 1.5 2015/03/31 18:02:03 ulm Exp $
88
89 EAPI=5
90
91 @@ -93,9 +93,9 @@
92 !<x11-base/xorg-server-1.7
93 !<=x11-proto/xf86driproto-2.0.3
94 abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
95 - classic? ( app-admin/eselect-mesa )
96 - gallium? ( app-admin/eselect-mesa )
97 - >=app-admin/eselect-opengl-1.3.0
98 + classic? ( app-eselect/eselect-mesa )
99 + gallium? ( app-eselect/eselect-mesa )
100 + >=app-eselect/eselect-opengl-1.3.0
101 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
102 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
103 >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
104 @@ -124,7 +124,7 @@
105 video_cards_radeonsi? ( >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}] )
106 )
107 opencl? (
108 - app-admin/eselect-opencl
109 + app-eselect/eselect-opencl
110 dev-libs/libclc
111 )
112 openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
113 @@ -306,7 +306,7 @@
114 "
115 fi
116
117 - # on abi_x86_32 hardened we need to have asm disable
118 + # on abi_x86_32 hardened we need to have asm disable
119 if [[ ${ABI} == x86* ]] && use pic; then
120 myconf+=" --disable-asm"
121 fi
122
123
124
125 1.21 media-libs/mesa/mesa-7.10.3.ebuild
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.10.3.ebuild?rev=1.21&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.10.3.ebuild?rev=1.21&content-type=text/plain
129 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.10.3.ebuild?r1=1.20&r2=1.21
130
131 Index: mesa-7.10.3.ebuild
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.10.3.ebuild,v
134 retrieving revision 1.20
135 retrieving revision 1.21
136 diff -u -r1.20 -r1.21
137 --- mesa-7.10.3.ebuild 28 Feb 2015 22:23:01 -0000 1.20
138 +++ mesa-7.10.3.ebuild 31 Mar 2015 18:02:03 -0000 1.21
139 @@ -1,6 +1,6 @@
140 # Copyright 1999-2015 Gentoo Foundation
141 # Distributed under the terms of the GNU General Public License v2
142 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.10.3.ebuild,v 1.20 2015/02/28 22:23:01 mattst88 Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.10.3.ebuild,v 1.21 2015/03/31 18:02:03 ulm Exp $
144
145 EAPI=3
146
147 @@ -59,9 +59,9 @@
148 RDEPEND="${EXTERNAL_DEPEND}
149 !<x11-base/xorg-server-1.7
150 !<=x11-proto/xf86driproto-2.0.3
151 - classic? ( app-admin/eselect-mesa )
152 - gallium? ( app-admin/eselect-mesa )
153 - >=app-admin/eselect-opengl-1.1.1-r2
154 + classic? ( app-eselect/eselect-mesa )
155 + gallium? ( app-eselect/eselect-mesa )
156 + >=app-eselect/eselect-opengl-1.1.1-r2
157 dev-libs/expat
158 dev-libs/libxml2[python]
159 sys-libs/talloc
160
161
162
163 1.4 media-libs/mesa/mesa-10.5.1.ebuild
164
165 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild?rev=1.4&view=markup
166 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild?rev=1.4&content-type=text/plain
167 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild?r1=1.3&r2=1.4
168
169 Index: mesa-10.5.1.ebuild
170 ===================================================================
171 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild,v
172 retrieving revision 1.3
173 retrieving revision 1.4
174 diff -u -r1.3 -r1.4
175 --- mesa-10.5.1.ebuild 24 Mar 2015 11:35:44 -0000 1.3
176 +++ mesa-10.5.1.ebuild 31 Mar 2015 18:02:03 -0000 1.4
177 @@ -1,6 +1,6 @@
178 # Copyright 1999-2015 Gentoo Foundation
179 # Distributed under the terms of the GNU General Public License v2
180 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild,v 1.3 2015/03/24 11:35:44 chithanh Exp $
181 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild,v 1.4 2015/03/31 18:02:03 ulm Exp $
182
183 EAPI=5
184
185 @@ -80,9 +80,9 @@
186 !<x11-base/xorg-server-1.7
187 !<=x11-proto/xf86driproto-2.0.3
188 abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
189 - classic? ( app-admin/eselect-mesa )
190 - gallium? ( app-admin/eselect-mesa )
191 - >=app-admin/eselect-opengl-1.3.0
192 + classic? ( app-eselect/eselect-mesa )
193 + gallium? ( app-eselect/eselect-mesa )
194 + >=app-eselect/eselect-opengl-1.3.0
195 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
196 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
197 gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] )
198 @@ -111,7 +111,7 @@
199 >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
200 )
201 opencl? (
202 - app-admin/eselect-opencl
203 + app-eselect/eselect-opencl
204 dev-libs/libclc
205 || (
206 >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
207 @@ -265,7 +265,7 @@
208 "
209 fi
210
211 - # on abi_x86_32 hardened we need to have asm disable
212 + # on abi_x86_32 hardened we need to have asm disable
213 if [[ ${ABI} == x86* ]] && use pic; then
214 myconf+=" --disable-asm"
215 fi
216
217
218
219 1.635 media-libs/mesa/ChangeLog
220
221 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.635&view=markup
222 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.635&content-type=text/plain
223 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.634&r2=1.635
224
225 Index: ChangeLog
226 ===================================================================
227 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
228 retrieving revision 1.634
229 retrieving revision 1.635
230 diff -u -r1.634 -r1.635
231 --- ChangeLog 30 Mar 2015 17:04:32 -0000 1.634
232 +++ ChangeLog 31 Mar 2015 18:02:03 -0000 1.635
233 @@ -1,6 +1,11 @@
234 # ChangeLog for media-libs/mesa
235 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
236 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.634 2015/03/30 17:04:32 mattst88 Exp $
237 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.635 2015/03/31 18:02:03 ulm Exp $
238 +
239 + 31 Mar 2015; Ulrich Müller <ulm@g.o> mesa-7.10.3.ebuild,
240 + mesa-10.2.8.ebuild, mesa-10.3.7-r1.ebuild, mesa-10.3.7-r2.ebuild,
241 + mesa-10.4.4.ebuild, mesa-10.5.1.ebuild, mesa-10.5.2.ebuild:
242 + Update dependency after package move of eselect modules to app-eselect.
243
244 30 Mar 2015; Matt Turner <mattst88@g.o> mesa-10.5.2.ebuild:
245 Move python deps back, bug 545058.
246
247
248
249 1.3 media-libs/mesa/mesa-10.5.2.ebuild
250
251 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild?rev=1.3&view=markup
252 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild?rev=1.3&content-type=text/plain
253 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild?r1=1.2&r2=1.3
254
255 Index: mesa-10.5.2.ebuild
256 ===================================================================
257 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild,v
258 retrieving revision 1.2
259 retrieving revision 1.3
260 diff -u -r1.2 -r1.3
261 --- mesa-10.5.2.ebuild 30 Mar 2015 17:04:32 -0000 1.2
262 +++ mesa-10.5.2.ebuild 31 Mar 2015 18:02:03 -0000 1.3
263 @@ -1,6 +1,6 @@
264 # Copyright 1999-2015 Gentoo Foundation
265 # Distributed under the terms of the GNU General Public License v2
266 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild,v 1.2 2015/03/30 17:04:32 mattst88 Exp $
267 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild,v 1.3 2015/03/31 18:02:03 ulm Exp $
268
269 EAPI=5
270
271 @@ -80,9 +80,9 @@
272 !<x11-base/xorg-server-1.7
273 !<=x11-proto/xf86driproto-2.0.3
274 abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
275 - classic? ( app-admin/eselect-mesa )
276 - gallium? ( app-admin/eselect-mesa )
277 - >=app-admin/eselect-opengl-1.3.0
278 + classic? ( app-eselect/eselect-mesa )
279 + gallium? ( app-eselect/eselect-mesa )
280 + >=app-eselect/eselect-opengl-1.3.0
281 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
282 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
283 gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] )
284 @@ -108,7 +108,7 @@
285 >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
286 )
287 opencl? (
288 - app-admin/eselect-opencl
289 + app-eselect/eselect-opencl
290 dev-libs/libclc
291 || (
292 >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
293 @@ -263,7 +263,7 @@
294 "
295 fi
296
297 - # on abi_x86_32 hardened we need to have asm disable
298 + # on abi_x86_32 hardened we need to have asm disable
299 if [[ ${ABI} == x86* ]] && use pic; then
300 myconf+=" --disable-asm"
301 fi
302
303
304
305 1.16 media-libs/mesa/mesa-10.2.8.ebuild
306
307 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild?rev=1.16&view=markup
308 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild?rev=1.16&content-type=text/plain
309 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild?r1=1.15&r2=1.16
310
311 Index: mesa-10.2.8.ebuild
312 ===================================================================
313 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v
314 retrieving revision 1.15
315 retrieving revision 1.16
316 diff -u -r1.15 -r1.16
317 --- mesa-10.2.8.ebuild 17 Mar 2015 11:43:43 -0000 1.15
318 +++ mesa-10.2.8.ebuild 31 Mar 2015 18:02:03 -0000 1.16
319 @@ -1,6 +1,6 @@
320 # Copyright 1999-2015 Gentoo Foundation
321 # Distributed under the terms of the GNU General Public License v2
322 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v 1.15 2015/03/17 11:43:43 chithanh Exp $
323 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v 1.16 2015/03/31 18:02:03 ulm Exp $
324
325 EAPI=5
326
327 @@ -93,9 +93,9 @@
328 !<x11-base/xorg-server-1.7
329 !<=x11-proto/xf86driproto-2.0.3
330 abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
331 - classic? ( app-admin/eselect-mesa )
332 - gallium? ( app-admin/eselect-mesa )
333 - >=app-admin/eselect-opengl-1.2.7
334 + classic? ( app-eselect/eselect-mesa )
335 + gallium? ( app-eselect/eselect-mesa )
336 + >=app-eselect/eselect-opengl-1.2.7
337 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
338 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
339 >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
340 @@ -123,7 +123,7 @@
341 <sys-devel/llvm-3.6
342 )
343 opencl? (
344 - app-admin/eselect-opencl
345 + app-eselect/eselect-opencl
346 dev-libs/libclc
347 )
348 openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
349 @@ -305,7 +305,7 @@
350 "
351 fi
352
353 - # on abi_x86_32 hardened we need to have asm disable
354 + # on abi_x86_32 hardened we need to have asm disable
355 if [[ ${ABI} == x86* ]] && use pic; then
356 myconf+=" --disable-asm"
357 fi
358
359
360
361 1.14 media-libs/mesa/mesa-10.3.7-r1.ebuild
362
363 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild?rev=1.14&view=markup
364 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild?rev=1.14&content-type=text/plain
365 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild?r1=1.13&r2=1.14
366
367 Index: mesa-10.3.7-r1.ebuild
368 ===================================================================
369 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild,v
370 retrieving revision 1.13
371 retrieving revision 1.14
372 diff -u -r1.13 -r1.14
373 --- mesa-10.3.7-r1.ebuild 17 Mar 2015 11:43:43 -0000 1.13
374 +++ mesa-10.3.7-r1.ebuild 31 Mar 2015 18:02:03 -0000 1.14
375 @@ -1,6 +1,6 @@
376 # Copyright 1999-2015 Gentoo Foundation
377 # Distributed under the terms of the GNU General Public License v2
378 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild,v 1.13 2015/03/17 11:43:43 chithanh Exp $
379 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild,v 1.14 2015/03/31 18:02:03 ulm Exp $
380
381 EAPI=5
382
383 @@ -93,9 +93,9 @@
384 !<x11-base/xorg-server-1.7
385 !<=x11-proto/xf86driproto-2.0.3
386 abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
387 - classic? ( app-admin/eselect-mesa )
388 - gallium? ( app-admin/eselect-mesa )
389 - >=app-admin/eselect-opengl-1.2.7
390 + classic? ( app-eselect/eselect-mesa )
391 + gallium? ( app-eselect/eselect-mesa )
392 + >=app-eselect/eselect-opengl-1.2.7
393 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
394 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
395 >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
396 @@ -124,7 +124,7 @@
397 video_cards_radeonsi? ( >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}] )
398 )
399 opencl? (
400 - app-admin/eselect-opencl
401 + app-eselect/eselect-opencl
402 dev-libs/libclc
403 )
404 openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
405 @@ -306,7 +306,7 @@
406 "
407 fi
408
409 - # on abi_x86_32 hardened we need to have asm disable
410 + # on abi_x86_32 hardened we need to have asm disable
411 if [[ ${ABI} == x86* ]] && use pic; then
412 myconf+=" --disable-asm"
413 fi