Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:master commit in: profiles/features/desktop/gnome/, profiles/arch/x86/CVS/, ...
Date: Sat, 31 Jan 2015 15:55:07
Message-Id: 1422718847.03e6c106631b6c07f46441a1d05c2ebe506bff06.zorry@gentoo
1 commit: 03e6c106631b6c07f46441a1d05c2ebe506bff06
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 31 15:40:47 2015 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 31 15:40:47 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=03e6c106
7
8 Add rules
9
10 ---
11 main | 5 +
12 profiles/README.profiles | 7 -
13 profiles/arch/amd64/parent | 1 -
14 profiles/arch/amd64/rules | 2 +
15 profiles/arch/x86/CVS/Entries | 14 -
16 profiles/arch/x86/CVS/Repository | 1 -
17 profiles/arch/x86/CVS/Root | 1 -
18 profiles/arch/x86/ChangeLog | 597 ---------------------
19 profiles/arch/x86/eapi | 1 -
20 profiles/arch/x86/make.defaults | 45 --
21 profiles/arch/x86/package.mask | 4 -
22 profiles/arch/x86/package.use | 7 -
23 profiles/arch/x86/package.use.force | 8 -
24 profiles/arch/x86/package.use.mask | 234 --------
25 profiles/arch/x86/package.use.stable.mask | 44 --
26 profiles/arch/x86/parent | 1 -
27 profiles/arch/x86/profile.bashrc | 12 -
28 profiles/arch/x86/use.force | 7 -
29 profiles/arch/x86/use.mask | 224 --------
30 profiles/arch/x86/use.stable.mask | 22 -
31 profiles/arch/x86/xbox/CVS/Entries | 5 -
32 profiles/arch/x86/xbox/CVS/Repository | 1 -
33 profiles/arch/x86/xbox/CVS/Root | 1 -
34 profiles/arch/x86/xbox/eapi | 1 -
35 profiles/arch/x86/xbox/make.defaults | 12 -
36 profiles/arch/x86/xbox/package.mask | 3 -
37 profiles/arch/x86/xbox/parent | 1 -
38 profiles/features/desktop/gnome/parent | 1 -
39 profiles/features/desktop/kde/parent | 1 -
40 profiles/features/{no-multilib => gnome}/eapi | 0
41 .../features/{desktop => }/gnome/make.defaults | 0
42 profiles/features/{desktop => }/gnome/package.use | 0
43 profiles/{releases/13.0 => features/gnome}/parent | 0
44 profiles/features/hardened/linux/amd64/rules | 2 +
45 profiles/features/{desktop => }/kde/eapi | 0
46 profiles/features/{desktop => }/kde/make.defaults | 0
47 profiles/features/{desktop => }/kde/package.use | 0
48 .../features/{hardened/linux/amd64 => kde}/parent | 0
49 profiles/features/{desktop => }/kde/use.force | 0
50 profiles/releases/13.0/rules | 2 +
51 profiles/rules | 2 +
52 .../desktop/gnome => targets/no-multilib}/eapi | 0
53 .../no-multilib/make.defaults | 0
54 .../{features => targets}/no-multilib/package.mask | 0
55 .../no-multilib/package.use.force | 0
56 .../no-multilib/package.use.mask | 0
57 .../{features => targets}/no-multilib/use.mask | 0
58 47 files changed, 13 insertions(+), 1256 deletions(-)
59
60 diff --git a/main b/main
61 new file mode 100644
62 index 0000000..1cdd7d7
63 --- /dev/null
64 +++ b/main
65 @@ -0,0 +1,5 @@
66 +DEPEND="
67 + base
68 + arch? (amd64)
69 + target? (linux)
70 + lib? (glibc)"
71
72 diff --git a/profiles/README.profiles b/profiles/README.profiles
73 deleted file mode 100644
74 index 3fc4a26..0000000
75 --- a/profiles/README.profiles
76 +++ /dev/null
77 @@ -1,7 +0,0 @@
78 -arch Archetect
79 -Base Base
80 -lib Glibc
81 -type Linux
82 -target 64bit, 32bit, mixed
83 -releases 13.0
84 -features desktop, kde, gnome, hardened, selinux
85
86 diff --git a/profiles/arch/amd64/parent b/profiles/arch/amd64/parent
87 deleted file mode 100644
88 index eb001c6..0000000
89 --- a/profiles/arch/amd64/parent
90 +++ /dev/null
91 @@ -1 +0,0 @@
92 -../base
93
94 diff --git a/profiles/arch/amd64/rules b/profiles/arch/amd64/rules
95 new file mode 100644
96 index 0000000..309e644
97 --- /dev/null
98 +++ b/profiles/arch/amd64/rules
99 @@ -0,0 +1,2 @@
100 +DEPEND="
101 + target? (multilib/lib32)"
102
103 diff --git a/profiles/arch/x86/CVS/Entries b/profiles/arch/x86/CVS/Entries
104 deleted file mode 100644
105 index d67c8b2..0000000
106 --- a/profiles/arch/x86/CVS/Entries
107 +++ /dev/null
108 @@ -1,14 +0,0 @@
109 -/parent/1.1/Sun Sep 21 00:12:01 2008//
110 -/profile.bashrc/1.3/Fri Jul 8 15:36:30 2011//
111 -D/xbox////
112 -/package.use/1.2/Sun Nov 11 13:43:00 2012//
113 -/use.force/1.2/Wed Feb 13 00:15:15 2013//
114 -/package.mask/1.24/Sun Aug 25 00:23:23 2013//
115 -/eapi/1.1/Wed Mar 19 00:20:01 2014//
116 -/package.use.force/1.3/Thu Jun 12 06:29:47 2014//
117 -/package.use.stable.mask/1.9/Tue Nov 25 18:15:04 2014//
118 -/use.stable.mask/1.8/Tue Nov 25 18:15:04 2014//
119 -/ChangeLog/1.189/Fri Jan 30 22:46:43 2015//
120 -/make.defaults/1.17/Fri Jan 30 22:46:43 2015//
121 -/package.use.mask/1.146/Fri Jan 30 22:46:43 2015//
122 -/use.mask/1.69/Fri Jan 30 22:46:43 2015//
123
124 diff --git a/profiles/arch/x86/CVS/Repository b/profiles/arch/x86/CVS/Repository
125 deleted file mode 100644
126 index 3fa9c82..0000000
127 --- a/profiles/arch/x86/CVS/Repository
128 +++ /dev/null
129 @@ -1 +0,0 @@
130 -gentoo-x86/profiles/arch/x86
131
132 diff --git a/profiles/arch/x86/CVS/Root b/profiles/arch/x86/CVS/Root
133 deleted file mode 100644
134 index ef93b44..0000000
135 --- a/profiles/arch/x86/CVS/Root
136 +++ /dev/null
137 @@ -1 +0,0 @@
138 -zorry@××××××××××.org:/var/cvsroot
139
140 diff --git a/profiles/arch/x86/ChangeLog b/profiles/arch/x86/ChangeLog
141 deleted file mode 100644
142 index 16c6eaa..0000000
143 --- a/profiles/arch/x86/ChangeLog
144 +++ /dev/null
145 @@ -1,597 +0,0 @@
146 -# ChangeLog for Gentoo/x86 profile directory
147 -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
148 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.189 2015/01/30 21:48:00 mgorny Exp $
149 -
150 - 30 Jan 2015; Michał Górny <mgorny@g.o> make.defaults:
151 - Hide CPU_FLAGS_X86 everywhere but on amd64 & x86.
152 -
153 - 28 Jan 2015; Michał Górny <mgorny@g.o> package.use.mask:
154 - Update package.use.* entries for CPU_FLAGS_X86. Keep duplicate with old flags
155 - until conversion is complete.
156 -
157 - 28 Jan 2015; Mike Gilbert <floppym@g.o> xbox/make.defaults:
158 - Set CPU_FLAGS_X86 to a reasonable default.
159 -
160 - 28 Jan 2015; Michał Górny <mgorny@g.o> use.mask:
161 - Mask CPU_FLAGS_X86 for non-x86 arches.
162 -
163 - 23 Dec 2014; Gilles Dartiguelongue <eva@g.o> package.use.mask:
164 - Add mask for USE=kms for x11-wm/mutter-3.14, bug #533420.
165 -
166 - 23 Dec 2014; Gilles Dartiguelongue <eva@g.o> package.use.mask:
167 - Add package.use.mask entry for clutter, bug #533420.
168 -
169 - 16 Nov 2014; Mike Gilbert <floppym@g.o> use.stable.mask:
170 - Drop unneeded python3_4 (un)mask.
171 -
172 - 15 Nov 2014; Mike Gilbert <floppym@g.o> package.use.stable.mask:
173 - Move pyudev[python3_4] mask to base profile.
174 -
175 - 09 Nov 2014; Michał Górny <mgorny@g.o> package.use.stable.mask,
176 - use.mask, use.stable.mask:
177 - Unmask PyPy3.
178 -
179 - 09 Nov 2014; Michał Górny <mgorny@g.o> package.use.stable.mask:
180 - Remove stale masks on dev-python/python-exec.
181 -
182 - 04 Nov 2014; Mike Gilbert <floppym@g.o> package.use.stable.mask,
183 - use.stable.mask:
184 - Negate python3_4 stable mask.
185 -
186 - 19 Oct 2014; Mike Gilbert <floppym@g.o> use.mask, use.stable.mask:
187 - Unmask/stable-mask apparmor.
188 -
189 - 18 Oct 2014; Mike Frysinger <vapier@g.o> package.use.mask:
190 - Drop systemd-specific seccomp mask since the USE flag itself is handled
191 - properly #524148 by Christian Ruppert.
192 -
193 - 11 Oct 2014; Tim Harder <radhermit@g.o> package.use.mask,
194 - package.use.stable.mask:
195 - Unmask skype use flag for net-im/bitlbee on unstable systems.
196 -
197 - 13 Sep 2014; Markos Chandras <hwoarang@g.o> package.use.mask:
198 - midori[jit] works on x86
199 -
200 - 02 Sep 2014; Hans de Graaff <graaff@g.o> use.mask:
201 - ruby_targets_jruby is now masked everywhere.
202 -
203 - 04 Aug 2014; Mike Frysinger <vapier@g.o> package.use.mask:
204 - Unmask x86-specific flashrom USE flags.
205 -
206 - 27 Jul 2014; Alexis Ballier <aballier@g.o> use.mask:
207 - unmask xop useflag on x86
208 -
209 - 01 Jul 2014; Michał Górny <mgorny@g.o> make.defaults:
210 - Set default ABI_X86. Just in case.
211 -
212 - 29 Jun 2014; Andreas K. Huettel <dilfridge@g.o> use.mask:
213 - Mask use-flag firebird and package dev-db/firebird for bug 460780
214 -
215 - 29 Jun 2014; Andreas K. Huettel <dilfridge@g.o>
216 - package.use.stable.mask:
217 - Stablemask firebird useflag on libreoffice until dependencies are stabilized
218 -
219 - 25 Jun 2014; Michał Górny <mgorny@g.o> make.defaults:
220 - Fix typo.
221 -
222 - 25 Jun 2014; Michał Górny <mgorny@g.o> make.defaults:
223 - Experimentally mark native ABI USE flag implicit for better
224 - user-friendliness.
225 -
226 - 20 Jun 2014; Michał Górny <mgorny@g.o> make.defaults:
227 - Set amd64-compatible values for ABI and related variables.
228 -
229 - 23 Apr 2014; Lars Wendler <polynomial-c@g.o> package.use.mask:
230 - media-sound/lmms[vst] works on 32bit x86
231 -
232 - 08 Apr 2014; Mike Gilbert <floppym@g.o> package.use.stable.mask,
233 - use.mask, use.stable.mask:
234 - Drop pypy2_0.
235 -
236 - 30 Mar 2014; Michał Górny <mgorny@g.o> +package.use.stable.mask,
237 - use.mask, use.stable.mask:
238 - Move pypy flag masks to arch profile since it is EAPI=5 now.
239 -
240 - 30 Mar 2014; Michał Górny <mgorny@g.o> use.mask:
241 - Fix order of use.mask. Sorry for messing it up.
242 -
243 - 30 Mar 2014; Mike Gilbert <floppym@g.o> package.use.mask:
244 - Add missing '-' to systemd seccomp mask.
245 -
246 - 30 Mar 2014; Andrey Grozin <grozin@g.o> +use.stable.mask:
247 - Masking gcl
248 -
249 - 27 Mar 2014; Mike Gilbert <floppym@g.o> package.use.mask:
250 - Negate sys-apps/systemd[seccomp] mask.
251 -
252 - 19 Mar 2014; Andreas K. Huettel <dilfridge@g.o> +eapi, +xbox/eapi:
253 - Increase EAPI to 5
254 -
255 - 09 Mar 2014; Andrey Grozin <grozib@g.o> use.mask:
256 - Unmask gcl
257 -
258 - 08 Mar 2014; Matt Turner <mattst88@g.o> package.use.mask:
259 - Add media-libs/mesa -openmax to package.use.mask.
260 -
261 - 26 Feb 2014; Mike Gilbert <floppym@g.o> use.mask:
262 - Unmask avx2
263 -
264 - 16 Feb 2014; Samuli Suominen <ssuominen@g.o> package.use.mask:
265 - Mask experimental USE="sse2" for libmikmod.
266 -
267 - 18 Jan 2014; Mike Frysinger <vapier@g.o> make.defaults:
268 - Drop python targets hacks now that base/ has it #474128.
269 -
270 - 27 Dec 2013; Sergey Popov <pinkbyte@g.o> package.use.mask:
271 - Unmask 'context' USE-flag for dev-libs/boost
272 -
273 - 19 Nov 2013; Tim Harder <radhermit@g.o> package.use.mask:
274 - Unmask racket USE flag for app-editors/(g)vim.
275 -
276 - 08 Sep 2013; Christoph Junghans <ottxor@g.o> package.use.mask:
277 - masked sci-libs/fftw[quad]
278 -
279 - 01 Sep 2013; Jeff Horelick <jdhore@g.o> package.use.mask:
280 - unmask sid for >=media-plugins/audacious-plugins-3.4
281 -
282 - 24 Aug 2013; Markus Meier <maekke@g.o> package.mask:
283 - remove texlive-2013 mask, bug #475124
284 -
285 - 22 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o> use.mask:
286 - Drop obsolete opencl unmask.
287 -
288 - 13 Aug 2013; Tim Harder <radhermit@g.o> package.use.mask:
289 - Unmask luajit USE flag for app-editors/(g)vim.
290 -
291 - 11 Aug 2013; Alexis Ballier <aballier@g.o> package.mask:
292 - move texlive mask from global to arch profiles, bug #475124
293 -
294 - 09 Jun 2013; Ulrich Müller <ulm@g.o> package.use.mask:
295 - Remove mask for media-libs/realcodecs. Package has been removed.
296 -
297 - 08 Jun 2013; Sergey Popov <pinkbyte@g.o> package.use.mask:
298 - Move mask for app-leechcraft/leechcraft-meta[unstable] to base profile
299 -
300 - 19 May 2013; Justin Lecher <jlec@g.o> package.use.mask:
301 - Add missing use unmask, #469530
302 -
303 - 04 May 2013; Michał Górny <mgorny@g.o> package.use.mask:
304 - Remove USE=systemd from package.use.mask since the flag is (un)masked
305 - globally now.
306 -
307 - 04 May 2013; Michał Górny <mgorny@g.o> use.mask:
308 - Mask systemd flag globally, unmask on arches on which systemd is keyworded.
309 -
310 - 07 Mar 2013; Tim Harder <radhermit@g.o> use.mask:
311 - Unmask jython2_7 for PYTHON_TARGETS.
312 -
313 - 03 Mar 2013; Michał Górny <mgorny@g.o> use.mask:
314 - Fix abi_x86_32 unmask.
315 -
316 - 21 Feb 2013; Justin Lecher <jlec@g.o> package.use.mask:
317 - cuda only works on x86 and amd64
318 -
319 - 21 Feb 2013; Diego E. Pettenò <flameeyes@g.o> use.mask:
320 - Fix error in masking.
321 -
322 - 16 Feb 2013; Agostino Sarubbo <ago@g.o> package.use.mask:
323 - mask net-misc/leechcraft-full[unstable] because requires packages not ready
324 - for the stabilization
325 -
326 - 12 Feb 2013; Christoph Junghans <ottxor@g.o> use.mask:
327 - sse41 -> sse4_1 (bug #456886)
328 -
329 - 07 Feb 2013; Matt Turner <mattst88@g.o> use.mask:
330 - Drop sse5 USE flag.
331 -
332 - 01 Feb 2013; Michał Górny <mgorny@g.o> use.force, use.mask:
333 - Set ABI_X86 flags for amd64 & x86 up.
334 -
335 - 25 Jan 2013; Christoph Junghans <ottxor@g.o> use.mask:
336 - unmask missing amd64/x86 instruction sets
337 -
338 - 20 Jan 2013; Michał Górny <mgorny@g.o> use.mask:
339 - Remove the pypy unmask for old profiles. It is unmasked in the new EAPI=5
340 - profiles now.
341 -
342 - 18 Jan 2013; Samuli Suominen <ssuominen@g.o> use.mask:
343 - Don't unmask USE="clvm" here because it's not masked in base profile thus
344 - making this entry pointless.
345 -
346 - 02 Jan 2013; Mike Gilbert <floppym@g.o> use.mask:
347 - Mask pypy-1.8 for removal.
348 -
349 - 02 Jan 2013; Mike Gilbert <floppym@g.o> use.mask:
350 - Unmask pypy targets.
351 -
352 - 30 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
353 - Unmask sys-kernel/dracut[dracut_modules_systemd] (masked in base).
354 -
355 - 30 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
356 - Unmask sys-kernel/dracut[dracut_modules_biosdevname] (masked in base).
357 -
358 - 30 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
359 - Unmask zeitgeist-datasources[chromium,tomboy] (masked in base).
360 -
361 - 27 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
362 - Add epiphany[jit] to webkit-gtk[jit] unmask.
363 -
364 - 26 Dec 2012; Christoph Junghans <ottxor@g.o> package.use.mask:
365 - unmasked openmm/mkl for sci-chemistry/gromacs
366 -
367 - 19 Dec 2012; Sergey Popov <pinkbyte@g.o> package.mask,
368 - package.use.mask, xbox/package.mask:
369 - Clean up some deprecated atoms, wrt bug #444181
370 -
371 - 09 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask,
372 - use.mask:
373 - dev-lang/orc is used in many packages, so move orc from package.use.mask to
374 - use.mask
375 -
376 - 30 Nov 2012; Christoph Junghans <ottxor@g.o> package.use.mask:
377 - unmasked cuda for sci-chemistry/gromacs
378 -
379 - 26 Nov 2012; Anthony G. Basile <blueness@g.o> package.use.mask:
380 - No need to unmask net-misc/tor[nat-pmp,upnp] on x86
381 -
382 - 24 Nov 2012; Mike Gilbert <floppym@g.o> use.mask:
383 - Unmask python_single_target_jython2_5
384 -
385 - 12 Nov 2012; Mike Gilbert <floppym@g.o> make.defaults:
386 - Move PYTHON_TARGETS=python3_2 from arch profiles to base.
387 -
388 - 05 Nov 2012; Sergei Trofimovich <slyfox@g.o> package.use:
389 - Fixed typo qemu_softmmu_target{,s}_.
390 -
391 - 04 Nov 2012; Diego E. Pettenò <flameeyes@g.o> package.use.mask:
392 - Unmask dane USE flag for net-libs/gnutls.
393 -
394 - 29 Oct 2012; Doug Goldstein <cardoe@g.o> +package.use:
395 - Add package.use so we can enable the native arch as the default qemu target
396 - for bug #437788
397 -
398 - 07 Oct 2012; Samuli Suominen <ssuominen@g.o> package.use.mask:
399 - Restore USE="systemd" mask to sys-auth/polkit for stabilization.
400 -
401 - 15 Sep 2012; Johannes Huber <johu@g.o> package.use.mask:
402 - Masked media-libs/phonon[zeitgeist] for stabilization as the use flag pulls a
403 - dep tree of hell.
404 -
405 - 31 Jul 2012; Ralph Sennhauser <sera@g.o> use.mask:
406 - Unmask python_targets_jython2_5 as it's available on x86.
407 -
408 - 16 Jul 2012; Anthony G. Basile <blueness@g.o> package.use.mask:
409 - Mask net-libs/cyassl[sha512] on x86
410 -
411 - 04 Jul 2012; Samuli Suominen <ssuominen@g.o> package.use.mask:
412 - Remove references to net-libs/xulrunner and www-client/icecat wrt #424617
413 -
414 - 14 Jun 2012; Davide Pesavento <pesa@g.o> package.use.mask:
415 - Consolidate USE=jit masking/unmasking for qt-script and qt-webkit.
416 -
417 - 25 May 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
418 - Remove webkit-gtk's USE mask, the flags are now masked in specific arches.
419 -
420 - 24 May 2012; Arun Raghavan <ford_prefect@g.o> package.use.mask:
421 - For PulseAudio, mask xen USE flag by default, unmask on x86/amd64 where it is
422 - supported.
423 -
424 - 15 May 2012; Mike Gilbert <floppym@g.o> make.defaults:
425 - Default PYTHON_TARGETS should include python-3 for arches where it is stable.
426 - See bug 415575.
427 -
428 - 13 Apr 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
429 - Mask webkit-gtk[geoloc] in base and unmask on arches where app-misc/geoclue
430 - and app-accessibility/at-spi2-core are available.
431 -
432 - 13 Apr 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
433 - Consolidate USE=systemd mask, and add gnome-system-monitor.
434 -
435 - 13 Apr 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
436 - Consolidate USE=systemd mask, and add gnome-system-monitor.
437 -
438 - 12 Apr 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
439 - Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
440 - gobject-introspection[doctool], bug #411761.
441 -
442 - 11 Apr 2012; Michał Górny <mgorny@g.o> package.use.mask:
443 - Unmask USE=jit on libzpaq for x86/amd64.
444 -
445 - 28 Mar 2012; Arun Raghavan <ford_prefect@g.o> package.use.mask:
446 - webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be
447 - added.
448 -
449 - 27 Mar 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
450 - Allow networkmanager[systemd] on x86.
451 -
452 - 05 Mar 2012; Joerg Bornkessel <hd_brummy@g.o> use.mask:
453 - dxr3 unmask, works with v4l2, #350211
454 -
455 - 28 Feb 2012; Samuli Suominen <ssuominen@g.o> use.mask:
456 - Unmask USE="vidix" from base/use.mask.
457 -
458 - 27 Feb 2012; Bernard Cafarelli <voyageur@g.o> package.use.mask:
459 - Allow gnustep-make[libobjc2] on amd64
460 -
461 - 08 Feb 2012; Bernard Cafarelli <voyageur@g.o> package.use.mask:
462 - Drop arch-speficic mask on gnustep-base/gnustep-make[libobjc2]
463 -
464 - 26 Jan 2012; Thomas Kahle <tomka@g.o> package.use.mask:
465 - unmask fprint for gdm-3 per bug 390345
466 -
467 - 17 Jan 2012; Doug Goldstein <cardoe@g.o> package.use.mask:
468 - Mask the spice USE flag on app-emulation/qemu-kvm since the SPICE server
469 - isn't supported on 32 bit platforms.
470 -
471 - 09 Jan 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
472 - Unmask USE="jit" for webkit-gtk (bug #396313).
473 -
474 - 06 Dec 2011; Samuli Suominen <ssuominen@g.o> package.use.mask:
475 - Unmask USE="pic" for media-video/transcode.
476 -
477 - 06 Dec 2011; Samuli Suominen <ssuominen@g.o> package.use.mask:
478 - Unmask USE="nuv" for media-video/transcode as a x86 only feature.
479 -
480 - 29 Nov 2011; Davide Pesavento <pesa@g.o> package.use.mask:
481 - Unmask USE="jit" for qt-webkit.
482 -
483 - 25 Nov 2011; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
484 - Mask USE flags on gnome-3.2 packages due to missing keywords on deps; bug
485 - #390345
486 -
487 - 25 Nov 2011; Samuli Suominen <ssuominen@g.o> package.use.mask:
488 - Unmask USE="suid" for www-client/links which is required by USE="svga"
489 -
490 - 21 Oct 2011; Kacper Kowalik <xarthisius@g.o> package.use.mask:
491 - Drop hearbeat mask wrt #387685 by Marcin Mirosław <bug@×××××.pl>
492 -
493 - 21 Oct 2011; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
494 - Undo poorly thought out masking of USE="colord packagekit" on gtk+; need to
495 - get it keyworded properly (bug #387959)
496 -
497 - 19 Oct 2011; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
498 - Unmask USE="colord" and "packagekit" for x11-libs/gtk+.
499 -
500 - 16 Oct 2011; Samuli Suominen <ssuominen@g.o> package.use.mask:
501 - Unmask USE="bluray" for gnome-base/gvfs.
502 -
503 - 03 Oct 2011; Samuli Suominen <ssuominen@g.o> use.mask:
504 - Mask USE="dxr3" again wrt #350211.
505 -
506 - 27 Sep 2011; Nirbheek Chauhan <nirbheek@g.o> package.use.mask:
507 - Mask dev-libs/glib[systemtap] and unmask for amd64/x86, bug 384647
508 -
509 - 22 Jul 2011; Anthony G. Basile <blueness@g.o> package.use.mask:
510 - Unmask USE="nat-pmp" and "upnp" here.
511 -
512 - 11 Jul 2011; Samuli Suominen <ssuominen@g.o> use.mask:
513 - Unmask USE="opencl" here.
514 -
515 - 11 Jul 2011; Robin H. Johnson <robbat2@g.o> package.use.mask:
516 - unmask parse-clocks on x86/amd46 for ntp due to pps-tools.
517 -
518 - 08 Jul 2011; Samuli Suominen <ssuominen@g.o> profile.bashrc:
519 - Convert "hasq" to "has" and "useq" to "use".
520 -
521 - 03 Jul 2011; Alexey Shvetsov <alexxy@g.o> package.use.mask:
522 - unmask maui use flag for torque
523 -
524 - 01 Jul 2011; Alexey Shvetsov <alexxy@g.o> use.mask:
525 - use unmask infiniband on x86
526 -
527 - 07 Jun 2011; Bernard Cafarelli <voyageur@g.o> package.use.mask:
528 - Allow libobjc2 USE-flag on gnustep-base/gnustep-make
529 -
530 - 29 May 2011; Christian Faulhammer <fauli@g.o> package.use.mask:
531 - Lift mask for spice USE flag on app-emulation/qemu-kvm, everything is now
532 - keyworded
533 -
534 - 27 May 2011; Doug Goldstein <cardoe@g.o> package.use.mask:
535 - Mask spice USE flag for app-emulation/qemu-kvm as the necessary
536 - depends are masked. bug #368961
537 -
538 - 09 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
539 - use.mask:
540 - Remove video_cards_nouveau unmask, bug #364027.
541 -
542 - 30 Apr 2011; Ulrich Mueller <ulm@g.o> -xbox/virtuals:
543 - Remove old-style virtual/linux-sources, bug 118442.
544 -
545 - 28 Apr 2011; Andrey Grozin <grozin@g.o> package.use.mask:
546 - Unmask cmucl USE flag on sci-mathematics/fricas
547 -
548 - 12 Apr 2011; Mart Raudsepp <leio@g.o> package.use.mask:
549 - Unmask orc USE flag on gst-plugins-bad
550 -
551 - 10 Apr 2011; Ulrich Mueller <ulm@g.o> -virtuals, xbox/virtuals:
552 - Remove old-style virtual/bootloader, bug 359971.
553 -
554 - 31 Mar 2011; Tomáš Chvátal <scarabeus@g.o> package.use.mask:
555 - snort with prelude useflag is stable
556 -
557 - 30 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
558 - use.mask:
559 - Unmask video_cards_qxl
560 -
561 - 24 Mar 2011; Jim Ramsay <lack@g.o> package.use.mask:
562 - Bug 360235: Clean up USE mask for www-plugins/adobe-flash
563 -
564 - 20 Mar 2011; Mart Raudsepp <leio@g.o> package.use.mask:
565 - Unmask orc USE flag on gst-plugins-good
566 -
567 - 26 Feb 2011; Thomas Kahle <tomka@g.o> package.use.mask:
568 - libprelude can't go stable at this point, snort can.
569 -
570 - 22 Feb 2011; Kacper Kowalik <xarthisius@g.o> package.use.mask:
571 - Mask pacemaker-gui[heartbeat] since >=heartbeat-3.0 is still masked
572 -
573 - 13 Feb 2011; Tim Harder <radhermit@g.o> package.use.mask:
574 - Unmask bluray USE flag on mplayer
575 -
576 - 30 Jan 2011; Arun Raghavan <ford_prefect@g.o> package.use.mask:
577 - Unmask orc USE flag on gst-plugins-ffmpeg
578 -
579 - 27 Dec 2010; Mart Raudsepp <leio@g.o> package.use.mask:
580 - Add gst-plugins-a52dec to the orc package.use.mask unmask set
581 -
582 - 28 Nov 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
583 - package.use.mask:
584 - Unmask mesa's llvm flag
585 -
586 - 18 Nov 2010; Arun Raghavan <ford_prefect@g.o> use.mask:
587 - Orc optimisations work fine on x86
588 -
589 - 10 Nov 2010; Dane Smith <c1pher@g.o> package.use.mask:
590 - Unmask valgrind use flag for net-libs/gnutls on x86.
591 -
592 - 17 Sep 2010; Andrey Grozin <grozin@g.o> package.use.mask:
593 - Unmasking the USE flag clozurecl for maxima (formerly it was openmcl)
594 -
595 - 07 Sep 2010; Mike Frysinger <vapier@g.o> use.mask:
596 - Mask USE=win64 on 32bit profiles.
597 -
598 - 23 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
599 - make.defaults:
600 - Add VIDEO_CARDS="nouveau" to make.defaults
601 -
602 - 12 Aug 2010; Jim Ramsay <lack@g.o> package.use.mask:
603 - Updating USE masks for www-plugin/adobe-flash: 32bit and 64bit for 10.0
604 - and nspluginwrapper for 10.1
605 -
606 - 25 Jul 2010; Nirbheek Chauhan <nirbheek@g.o> package.use.mask:
607 - Fix atom for pkgmove from www-client/mozilla-firefox -> www-client/firefox
608 -
609 - 01 Jul 2010; Kacper Kowalik <xarthisius@g.o> package.use.mask:
610 - Correct masking sys-cluster/pacemaker[heartbeat]
611 -
612 - 01 Jul 2010; Kacper Kowalik <xarthisius@g.o> package.use.mask:
613 - Masking sys-cluster/pacemaker[heartbeat]
614 -
615 - 26 Jun 2010; Nirbheek Chauhan <nirbheek@g.o> package.use.mask:
616 - Forgot to unmask icecat too
617 -
618 - 26 Jun 2010; Nirbheek Chauhan <nirbheek@g.o> package.use.mask:
619 - Unmask USE=ipc for firefox/xulrunner on x86 due to bug 325185
620 -
621 - 13 Jun 2010; Dror Levin <spatz@g.o> use.mask:
622 - Remove vpx USE unmask.
623 -
624 - 12 Jun 2010; Dror Levin <spatz@g.o> use.mask:
625 - Unmask amd64/x86 only vpx for now.
626 -
627 - 12 May 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
628 - package.use.mask:
629 - unmask dev-libs/udis86 test after adding patch to make yasm optional
630 -
631 - 10 May 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
632 - package.use.mask:
633 - unmask dev-libs/udis86 test
634 -
635 - 03 May 2010; Alex Legler <a3li@g.o> use.mask:
636 - Unmask ruby_targets_ree18
637 -
638 - 13 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
639 - package.use.mask:
640 - unmask video_cards_nouveau
641 -
642 - 31 Mar 2010; Vlastimil Babka <caster@g.o> package.use.mask:
643 - Stop unmasking nsplugin of sun-jdk and sun-jre-bin 1.5 due to security
644 - #306579.
645 -
646 - 16 Mar 2010; Jim Ramsay <lack@g.o> package.use.mask:
647 - Oops, got my binary backwards. Really masking this time
648 -
649 - 16 Mar 2010; Jim Ramsay <lack@g.o> package.use.mask:
650 - Mask USE='32bit 64bit' for www-plugins/adobe-flash (Bug #283328)
651 -
652 - 07 Mar 2010; Samuli Suominen <ssuominen@g.o> use.mask:
653 - Unmask x86_* flags sse3, sse4, sse4a, and sse5.
654 -
655 - 20 Feb 2010; Samuli Suominen <ssuominen@g.o> use.mask:
656 - Unmask sane_backends_qcam here; masked in base.
657 -
658 - 14 Feb 2010; Samuli Suominen <ssuominen@g.o> use.mask:
659 - Unmask SANE_BACKENDS="canon_pp hpsj5s mustek_pp" here.
660 -
661 - 02 Feb 2010; Samuli Suominen <ssuominen@g.o> -package.use.force:
662 - Remove unrequired skype mask (and now empty package.use.force file).
663 -
664 - 08 Jan 2010; Samuli Suominen <ssuominen@g.o> +package.use.force:
665 - Force USE="qt-static" enabled for net-im/skype wrt #295525.
666 -
667 - 08 Jan 2010; Diego E. Pettenò <flameeyes@g.o> use.mask:
668 - Unmask JRuby target.
669 -
670 - 13 Dec 2009; Rémi Cardona <remi@g.o> use.mask:
671 - drop "vermilion" from VIDEO_CARDS in all profiles
672 -
673 - 13 Dec 2009; Rémi Cardona <remi@g.o> make.defaults:
674 - drop "vga" from VIDEO_CARDS in all profiles
675 -
676 - 23 Sep 2009; Jean-Noël Rivasseau <elvanor@g.o> package.use.mask:
677 - X use flag only for amd64/x86, bug 285951.
678 -
679 - 05 Sep 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
680 - package.mask:
681 - Dropped the KDE-4.3 unmask from package.mask now that the mask has been
682 - dropped from base/package.mask.
683 -
684 - 16 Aug 2009; Rémi Cardona <remi@g.o> make.defaults:
685 - drop last traces of i810
686 -
687 - 15 Aug 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
688 - package.mask:
689 - Unmasked KDE-4.3.0 for x86 with the permission of Raúl Porcel (armin76).
690 -
691 - 21 Jul 2009; Christian Faulhammer <fauli@g.o> package.use.mask:
692 - remove spurious mask, see bug 278246
693 -
694 - 24 May 2009; Vlastimil Babka <caster@g.o> package.use.mask:
695 - Mask nsplugin of 1.4 JVM's. Bug #263810.
696 -
697 - 20 Mar 2009; Raúl Porcel <armin76@g.o> package.use.mask:
698 - Package.use.mask sse2 on pixman, bug #260287
699 -
700 - 21 Jan 2009; Markus Meier <maekke@g.o> package.mask:
701 - mask some unported x11-libs/qt-4.4* packages for a smooth upgrade wrt bug
702 - #248038
703 -
704 - 18 Jan 2009; Markus Meier <maekke@g.o> package.mask:
705 - mask this version for a smooth upgrade wrt bug #248038
706 -
707 - 02 Dec 2008; Raúl Porcel <armin76@g.o> package.use.mask:
708 - P.use.mask media-libs/realcodecs win32codecs USE-flag because repoman complains
709 -
710 - 09 Nov 2008; Raúl Porcel <armin76@g.o> package.use.mask:
711 - Fix masking of mplayer
712 -
713 - 27 Oct 2008; Mike Frysinger <vapier@g.o> use.mask:
714 - Unmask lilo.
715 -
716 - 16 Aug 2008; Robert Buchholz <rbu@g.o> package.use.mask:
717 - Unmask tls for kaa-base
718 -
719 - 20 Jul 2008; Serkan Kaba <serkan@g.o> package.use.mask:
720 - Add app-text/enchant:zemberek unmask.
721 -
722 - 06 Jun 2008; Rémi Cardona <remi@g.o> package.mask:
723 - pkgmove to gnome-base/gnome-control-center
724 -
725 - 30 Apr 2008; Sébastien Fabbro <bicatali@g.o> use.mask:
726 - Removed masking of icc and ifc flags (now only local flags). Removed
727 - inexistent icc-pgo flags
728 -
729 - 21 Apr 2008; Santiago M. Mola <coldwind@g.o> package.mask:
730 - Add ->=net-im/telepathy-mission-control-4.65 to Gnome 2.22 mask.
731 -
732 - 10 Apr 2008; Donnie Berkholz <dberkholz@g.o>; make.defaults:
733 - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable
734 - card.
735 -
736 - 10 Apr 2008; Donnie Berkholz <dberkholz@g.o>; use.mask:
737 - changing around video_cards_via masking by unmasking only for available
738 - arches instead of masking on unavailable.
739 -
740 - 03 Apr 2008; Mart Raudsepp <leio@g.o> package.mask:
741 - Unmask GNOME-2.22 on x86
742 -
743
744 diff --git a/profiles/arch/x86/eapi b/profiles/arch/x86/eapi
745 deleted file mode 100644
746 index 7ed6ff8..0000000
747 --- a/profiles/arch/x86/eapi
748 +++ /dev/null
749 @@ -1 +0,0 @@
750 -5
751
752 diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults
753 deleted file mode 100644
754 index da8597e..0000000
755 --- a/profiles/arch/x86/make.defaults
756 +++ /dev/null
757 @@ -1,45 +0,0 @@
758 -# Copyright 1999-2015 Gentoo Foundation
759 -# Distributed under the terms of the GNU General Public License v2
760 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.17 2015/01/30 21:48:00 mgorny Exp $
761 -
762 -# All extra USE/etc should be specified in sub-profiles.
763 -# DO NOT POLLUTE USE ON THIS PROFILE.
764 -
765 -ARCH="x86"
766 -ACCEPT_KEYWORDS="x86"
767 -
768 -CHOST="i686-pc-linux-gnu"
769 -CFLAGS="-O2 -march=i686 -pipe"
770 -CXXFLAGS="${CFLAGS}"
771 -FFLAGS="${CFLAGS}"
772 -FCFLAGS="${CFLAGS}"
773 -
774 -# Michał Górny <mgorny@g.o> (30 Jan 2015)
775 -# Unhide the CPU_FLAGS_X86 USE_EXPANDs.
776 -USE_EXPAND_HIDDEN="-CPU_FLAGS_X86"
777 -
778 -# Michał Górny <mgorny@g.o> (20 Jun 2014)
779 -# Provide values for ABI-related variables that are compatible with
780 -# multilib amd64, to make consistent ebuild writing easier.
781 -MULTILIB_ABIS="x86"
782 -DEFAULT_ABI="x86"
783 -ABI="x86"
784 -CHOST_x86="${CHOST}"
785 -LIBDIR_x86="lib"
786 -
787 -# 2006/08/18 - Donnie Berkholz <dberkholz@g.o>
788 -# Defaults for video drivers
789 -VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo"
790 -
791 -# 2006/12/21 - Andrej Kacian <ticho@g.o>
792 -# Defaults for audio drivers
793 -ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
794 -
795 -# Michał Górny <mgorny@g.o> (25 Jun 2014)
796 -# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
797 -# by non-multilib ebuilds when non-native ABIs are disabled.
798 -IUSE_IMPLICIT="abi_x86_32"
799 -
800 -# Michał Górny <mgorny@g.o> (01 Jul 2014)
801 -# Default to abi_x86_32 for packages that don't have it forced.
802 -ABI_X86="32"
803
804 diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask
805 deleted file mode 100644
806 index 656dd7c..0000000
807 --- a/profiles/arch/x86/package.mask
808 +++ /dev/null
809 @@ -1,4 +0,0 @@
810 -# Copyright 1999-2013 Gentoo Foundation
811 -# Distributed under the terms of the GNU General Public License v2
812 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.mask,v 1.24 2013/08/24 15:29:37 maekke Exp $
813 -
814
815 diff --git a/profiles/arch/x86/package.use b/profiles/arch/x86/package.use
816 deleted file mode 100644
817 index 293b86a..0000000
818 --- a/profiles/arch/x86/package.use
819 +++ /dev/null
820 @@ -1,7 +0,0 @@
821 -# Copyright 1999-2012 Gentoo Foundation
822 -# Distributed under the terms of the GNU General Public License v2
823 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use,v 1.2 2012/11/05 15:51:49 slyfox Exp $
824 -
825 -# Doug Goldstein <cardoe@g.o> (29 Oct 2012)
826 -# Enable the native arch as the default qemu target
827 -app-emulation/qemu qemu_softmmu_targets_i386
828
829 diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force
830 deleted file mode 100644
831 index a348b85..0000000
832 --- a/profiles/arch/x86/package.use.force
833 +++ /dev/null
834 @@ -1,8 +0,0 @@
835 -# Copyright 1999-2014 Gentoo Foundation
836 -# Distributed under the terms of the GNU General Public License v2
837 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.force,v 1.3 2014/06/12 06:29:47 phajdan.jr Exp $
838 -
839 -# Pawel Hajdan jr <phajdan.jr@g.o> (12 Jun 2014)
840 -# On x86 Chromium can be built in non-PIC mode, and this
841 -# flag can affect performance, see http://crbug.com/332109 .
842 -www-client/chromium -pic
843
844 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
845 deleted file mode 100644
846 index b2eab0f..0000000
847 --- a/profiles/arch/x86/package.use.mask
848 +++ /dev/null
849 @@ -1,234 +0,0 @@
850 -# Copyright 1999-2015 Gentoo Foundation
851 -# Distributed under the terms of the GNU General Public License v2
852 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.146 2015/01/28 21:33:02 mgorny Exp $
853 -
854 -# This file requires >=portage-2.1.1
855 -
856 -# Pacho Ramos <pacho@g.o> (18 Jan 2015)
857 -# Missing keywords
858 -media-plugins/gst-plugins-meta vaapi
859 -
860 -# Gilles Dartiguelongue <eva@g.o> (23 Dec 2014)
861 -# New dependencies for wayland support in Gnome 3.14
862 -# See bug #533420.
863 -media-libs/clutter egl
864 -x11-wm/mutter kms
865 -
866 -# Tim Harder <radhermit@g.o> (11 Oct 2014)
867 -# Unmask skype support for unstable keywords
868 -net-im/bitlbee -skype
869 -
870 -# Mike Frysinger <vapier@g.o> (04 Aug 2014)
871 -# Unmask flashrom drivers that only work on x86 due to in/out asm insns #454024
872 -sys-apps/flashrom -atahpt -nic3com -nicnatsemi -nicrealtek -rayer_spi -satamv
873 -
874 -# Yixun Lan <dlan@g.o> (21 May 2014)
875 -# sys-fs/zfs not keyworded on x86
876 -sys-cluster/ceph zfs
877 -
878 -# Lars Wendler <polynomial-c@g.o (23 Apr 2014)
879 -# Works on 32bit x86
880 -media-sound/lmms -vst
881 -
882 -# Matt Turner <mattst88@g.o> (07 Mar 2014)
883 -# media-libs/libomxil-bellagio keyworded on amd64/x86
884 -media-libs/mesa -openmax
885 -
886 -# Samuli Suominen <ssuominen@g.o> (16 Feb 2014)
887 -# Still considered experimental by upstream:
888 -# http://sourceforge.net/p/mikmod/bugs/16/#17ea
889 -media-libs/libmikmod sse2
890 -media-libs/libmikmod cpu_flags_x86_sse2
891 -
892 -# Sergey Popov <pinkbyte@g.o> (27 Dec 2013)
893 -# Boost.Context can be built on x86
894 -dev-libs/boost -context
895 -
896 -# Christoph Junghans <ottxor@g.o> (08 Sep 2013)
897 -# restrict USE=quad for x86 as there are too less registers
898 -sci-libs/fftw quad
899 -
900 -# Jeff Horelick <jdhore@g.o> (1 Sep 2013)
901 -# Dependency (media-libs/libsidplayfp) only keyworded
902 -# on x86 and amd64. (masked in base)
903 ->=media-plugins/audacious-plugins-3.4 -sid
904 -
905 -# Tim Harder <radhermit@g.o> (13 Aug 2013)
906 -# dev-lang/luajit keyworded for x86 (masked in base)
907 -# dev-scheme/racket keyworded for amd64 (masked in base)
908 -app-editors/vim -luajit -racket
909 -app-editors/gvim -luajit -racket
910 -
911 -# Kacper Kowalik <xarthisius@g.o> (09 Aug 2013)
912 -# Works on x86
913 -sys-apps/hwloc -cuda -gl -opencl
914 -
915 -# Pacho Ramos <pacho@g.o> (20 Jul 2013)
916 -# Keywords missing, bug #478104
917 ->=app-editors/gedit-plugins-3.8.3 git
918 -
919 -# Justin Lecher <jlec@g.o> (21 Feb 2013)
920 -# cuda only works on x86 and amd64
921 -sci-libs/cholmod -cuda
922 -sci-libs/flann -cuda
923 -
924 -# Alexandre Rostovtsev <tetromino@g.o> (30 Dec 2012)
925 -# sys-apps/biosdevname, systemd work on this arch (masked in base)
926 -sys-kernel/dracut -dracut_modules_biosdevname -dracut_modules_systemd
927 -
928 -# Alexandre Rostovtsev <tetromino@g.o> (30 Dec 2012)
929 -# chromium, mono work on this arch (masked in base)
930 -gnome-extra/zeitgeist-datasources -chromium -tomboy
931 -
932 -# Christoph Jungans <ottxor@g.o> (26 Dec 2012)
933 -# cuda/openmm/mkl works on x86/amd64 (masked in base)
934 -sci-chemistry/gromacs -cuda -mkl -openmm
935 -
936 -# Diego Elio Pettenò <flameeyes@g.o> (3 Nov 2012)
937 -# Unmask here, as it's masked in base.
938 -net-libs/gnutls -dane
939 -
940 -# Johannes Huber <johu@g.o> (15 Sep 2012)
941 -# Masked for stabilization as the use flag pulls a dep tree of hell.
942 -media-libs/phonon zeitgeist
943 -
944 -# Ben de Groot <yngwin@g.o> (30 Jul 2012)
945 -# dependency keyworded here, masked in base
946 -media-libs/freetype -infinality
947 -
948 -# Rick Farina <zerochaos@g.o> (05 July 2012)
949 -# masked in base, unmask x86/amd64 only
950 -app-crypt/johntheripper -cuda
951 -
952 -# Alexandre Rostovtsev <tetromino@g.o> (12 Apr 2012)
953 -# Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
954 -# gobject-introspection[doctool], bug #411761
955 -dev-libs/gobject-introspection -doctool
956 -
957 -# Michał Górny <mgorny@g.o> (11 Apr 2012)
958 -# JIT compilation in libzpaq generates code for x86/amd64.
959 -app-arch/libzpaq -jit
960 -
961 -# Arun Raghavan <ford_prefect@g.o> (29 Mar 2012)
962 -# webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be
963 -# added.
964 -# Arun Raghavan <ford_prefect@g.o> (24 May 2012)
965 -# Mask xen USE flag by default, unmask on x86/amd64 where it is supported.
966 -media-sound/pulseaudio -webrtc-aec -xen
967 -
968 -# Bernard Cafarelli <voyageur@g.o> (27 Feb 2012)
969 -# Masked in base profile, supported on this arch
970 -gnustep-base/gnustep-make -libobjc2
971 -
972 -# Doug Goldstein <cardoe@g.o> (17 Jan 2012)
973 -# The SPICE server is only supported on 64-bit platforms and not on 32-bit
974 -app-emulation/qemu spice
975 -
976 -# Alexandre Rostovtsev <tetromino@g.o> (09 Jan 2012)
977 -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
978 -# it's masked in base profile and unmasked here (bug #396313).
979 -net-libs/webkit-gtk -jit
980 -www-client/epiphany -jit
981 -www-client/midori -jit
982 -
983 -# Samuli Suominen <ssuominen@g.o> (06 Dec 2011)
984 -# NuppelVideo support is x86 only
985 -media-video/transcode -nuv -pic
986 -
987 -# Davide Pesavento <pesa@g.o> (30 Nov 2011)
988 -# JavaScriptCore JIT is supported only on amd64/arm/x86,
989 -# so it's masked in base profile and unmasked here.
990 -dev-qt/qtscript -jit
991 -dev-qt/qtwebkit -jit
992 -
993 -# Samuli Suominen <ssuominen@g.o> (25 Nov 2011)
994 -# Expose USE="suid" for USE="svga" only for x86 users,
995 -# see base/package.use.mask
996 -www-client/links -suid
997 -
998 -# Samuli Suominen <ssuominen@g.o> (16 Oct 2011)
999 -# Masked in base, unmask per arch
1000 -gnome-base/gvfs -bluray
1001 -
1002 -# Nirbheek Chauhan <nirbheek@g.o> (17 Sep 2011)
1003 -# Systemtap is masked in base/package.use.mask
1004 -# Temporarily unmask in amd64/x86, bug 384647
1005 -dev-libs/glib -systemtap
1006 -
1007 -# Robin H. Johnson <robbat2@g.o> (10 Jul 2011)
1008 -# PPS should work on all arches, but only keyworded on amd64/x86
1009 ->=net-misc/ntp-4.2.6_p3-r1 -parse-clocks
1010 -
1011 -# Alexey Shvetsov <alexxy@g.o> (1 Jul 2011)
1012 -# Use mask infiniband for stable corosync and glusterfs
1013 -=sys-cluster/glusterfs-3.1.2 infiniband
1014 -=sys-cluster/corosync-1.3.0 infiniband
1015 -
1016 -# Luca Barbato <lu_zero@g.o> (28 Feb 2011)
1017 -# # Masked in base, unmask for amd64/x86
1018 -media-video/mplayer2 -bluray
1019 -
1020 -# Tim Harder <radhermit@g.o> (13 Feb 2011)
1021 -# Masked in base, unmask for amd64/x86
1022 ->=media-video/mplayer-1.0_rc4_p20101219 -bluray
1023 -
1024 -# Thomas Kahle <tomka@g.o> (15 Jan 2011)
1025 -# we dropped stable prelude but don't want to drop stable nufw
1026 -=net-firewall/nufw-2.2.21 prelude
1027 -
1028 -# Chí-Thanh Christopher Nguyễn <chithanh@g.o> (28 Nov 2010)
1029 -# sys-devel/llvm is keyworded on x86
1030 -media-libs/mesa -llvm
1031 -
1032 -# Nirbheek Chauhna <nirbheek@g.o> (26 Jun 2010)
1033 -# Inter-process communication doesn't work on anything except x86/amd64/arm
1034 -# due to lack of atomic ops, bug 325185
1035 -www-client/firefox -ipc
1036 -
1037 -# Tomáš Chvátal <scarabeus@g.o> (4 Apr 2010)
1038 -# x86 platforms works
1039 -sys-power/pm-utils -video_cards_intel -video_cards_radeon
1040 -
1041 -# Vlastimil Babka <caster@g.o> (31 Mar 2010)
1042 ->=dev-java/sun-jdk-1.6 -nsplugin
1043 ->=dev-java/sun-jre-bin-1.6 -nsplugin
1044 ->=dev-java/ibm-jdk-bin-1.5 -nsplugin
1045 ->=dev-java/ibm-jre-bin-1.5 -nsplugin
1046 -
1047 -# Jim Ramsay <lack@g.o> (24 March 2011)
1048 -# '64bit' '32bit' 'nspluginwrapper' are for amd64 only
1049 -www-plugins/adobe-flash 32bit 64bit
1050 -
1051 -# Mounir Lamouri <volkmar@g.o> (07 Nov 2009)
1052 -# Masked in base, unmak for amd64/x86. Bug 267264
1053 -media-gfx/k3d -cuda
1054 -
1055 -# Jean-Noël Rivasseau <elvanor@g.o> (23 Sep 2009)
1056 -# X use flag only for amd64/x86, bug 285951.
1057 -media-gfx/iscan -X
1058 -
1059 -# Tomáš Chvátal <scarabeus@g.o> (10 Sep 2009)
1060 -# quakeforge has video_cards_voodoo enabled only for x86
1061 -games-fps/quakeforge -video_cards_tdfx
1062 -
1063 -# Tomas Chvatal <scarabeus@g.o> (24 Nov 2008)
1064 -# masked in base, unmask for x86/amd64
1065 -sci-misc/boinc -cuda
1066 -
1067 -# Robert Buchholz <rbu@g.o> (16 Aug 2008)
1068 -# masked in base, unmask for x86/amd64
1069 -dev-python/kaa-base -tls
1070 -
1071 -# Serkan Kaba <serkan@g.o> (20 Jul 2008)
1072 -app-text/enchant -zemberek
1073 -
1074 -x11-terms/eterm sse2
1075 -x11-terms/eterm cpu_flags_x86_sse2
1076 -
1077 -# Christian Faulhammer <opfer@g.o> (14 Jan 2008)
1078 -# only works on x86
1079 -dev-java/ibm-jdk-bin -alsa
1080 -dev-java/ibm-jre-bin -alsa
1081 -
1082 -# Steve Dibb <beandog@g.o> (29 Sept 2008)
1083 -media-video/mplayer -cpudetection -custom-cpuopts -bindist
1084
1085 diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
1086 deleted file mode 100644
1087 index 8916996..0000000
1088 --- a/profiles/arch/x86/package.use.stable.mask
1089 +++ /dev/null
1090 @@ -1,44 +0,0 @@
1091 -# Copyright 1999-2014 Gentoo Foundation
1092 -# Distributed under the terms of the GNU General Public License v2
1093 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.stable.mask,v 1.9 2014/11/15 21:23:39 floppym Exp $
1094 -
1095 -# When you add an entry to the top of this file, add your name, the date, and
1096 -# an explanation of why something is getting masked. Please be extremely
1097 -# careful not to commit atoms that are not valid, as it can cause large-scale
1098 -# breakage, especially if it ends up in the daily snapshot.
1099 -#
1100 -## Example:
1101 -##
1102 -## # Dev E. Loper <developer@g.o> (28 Jun 2012)
1103 -## # Masking foo USE flag until we can get the
1104 -## # foo stuff to work properly again (bug 12345)
1105 -## =media-video/mplayer-0.90_pre5 foo
1106 -## =media-video/mplayer-0.90_pre5-r1 foo
1107 -#
1108 -
1109 -#--- END OF EXAMPLES ---
1110 -
1111 -# Tim Harder <radhermit@g.o> (11 Oct 2014)
1112 -# Masked since skype isn't stable
1113 -net-im/bitlbee skype
1114 -
1115 -# Andreas K. Huettel <dilfridge@g.o> (29 Jun 2014)
1116 -# Not yet stabilized dependencies blocking sec bug 514886
1117 -# we need to repeat this here likely because of the use.mask entry
1118 -app-office/libreoffice firebird
1119 -
1120 -# Michał Górny <mgorny@g.o> (30 Mar 2014)
1121 -# Don't apply stable masks to python-exec since we're forcing every
1122 -# impl there anyway. Please keep this in sync with use.stable.mask.
1123 -dev-lang/python-exec -python_targets_pypy
1124 -dev-lang/python-exec -python_single_target_pypy
1125 -dev-lang/python-exec -python_targets_pypy3
1126 -dev-lang/python-exec -python_single_target_pypy3
1127 -
1128 -# Tom Wijsman <TomWij@g.o (16 Mar 2014)
1129 -# Mask unstable USE flags on media-video/vlc, see security bug #499806.
1130 -media-video/vlc gnutls opus vdpau
1131 -
1132 -# Tom Wijsman <TomWij@g.o> (06 Feb 2014)
1133 -# [QA] Masked jit USE flag on www-apps/cgit as dev-lang/luajit is not stable.
1134 -www-apps/cgit jit
1135
1136 diff --git a/profiles/arch/x86/parent b/profiles/arch/x86/parent
1137 deleted file mode 100644
1138 index eb001c6..0000000
1139 --- a/profiles/arch/x86/parent
1140 +++ /dev/null
1141 @@ -1 +0,0 @@
1142 -../base
1143
1144 diff --git a/profiles/arch/x86/profile.bashrc b/profiles/arch/x86/profile.bashrc
1145 deleted file mode 100644
1146 index cf66d2d..0000000
1147 --- a/profiles/arch/x86/profile.bashrc
1148 +++ /dev/null
1149 @@ -1,12 +0,0 @@
1150 -if [[ ${EBUILD_PHASE} == "setup" ]] ; then
1151 -
1152 - # on x86, -pg requires the frame pointer, so turning it off makes no sense
1153 - if has profile ${IUSE} && use profile && \
1154 - has -fomit-frame-pointer ${CFLAGS} ${CXXFLAGS}
1155 - then
1156 - eerror "\nUSE=profile and -fomit-frame-pointer make no sense"
1157 - eerror "Fix your build settings to avoid build failures\n"
1158 - [[ -z ${EPAUSE_IGNORE} ]] && sleep 5
1159 - fi
1160 -
1161 -fi
1162
1163 diff --git a/profiles/arch/x86/use.force b/profiles/arch/x86/use.force
1164 deleted file mode 100644
1165 index 1f18bb0..0000000
1166 --- a/profiles/arch/x86/use.force
1167 +++ /dev/null
1168 @@ -1,7 +0,0 @@
1169 -# Force the flag which corresponds to ARCH.
1170 -x86
1171 -
1172 -# Michał Górny <mgorny@g.o> (26 Jan 2013)
1173 -# Force the flag corresponding to the only ABI. This allows x86 binary
1174 -# packages to have uniform dependencies for amd64-multilib & x86.
1175 -abi_x86_32
1176
1177 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
1178 deleted file mode 100644
1179 index 5cca120..0000000
1180 --- a/profiles/arch/x86/use.mask
1181 +++ /dev/null
1182 @@ -1,224 +0,0 @@
1183 -# Copyright 1999-2015 Gentoo Foundation.
1184 -# Distributed under the terms of the GNU General Public License, v2
1185 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.69 2015/01/28 19:21:45 mgorny Exp $
1186 -
1187 -# Unmask the flag which corresponds to ARCH.
1188 --x86
1189 -
1190 -# Mike Gilbert <floppym@g.o (19 Oct 2014)
1191 -# sys-libs/libapparmor
1192 --apparmor
1193 -
1194 -# Alexey Shvetsov <alexxy@g.o> (08 Apr 2014)
1195 -# Cuda works here
1196 --cuda
1197 -
1198 -# Michał Górny <mgorny@g.o> (30 Mar 2014)
1199 -# PyPy is keyworded on this arch.
1200 --python_targets_pypy
1201 --python_single_target_pypy
1202 --python_targets_pypy3
1203 --python_single_target_pypy3
1204 -
1205 -# Michał Górny <mgorny@g.o> (4 May 2013)
1206 -# Unmask systemd since it is keyworded here.
1207 --systemd
1208 -
1209 -# Andrey Grozin <grozin@g.o> (25 Jun 2014)
1210 -# keyworded on x86
1211 --clisp
1212 --clozurecl
1213 --cmucl
1214 --ecls
1215 --gcl
1216 --sbcl
1217 -
1218 -# Michał Górny <mgorny@g.o> (26 Jan 2013)
1219 -# Unmask the flag corresponding to the only ABI. This allows x86 binary
1220 -# packages to have uniform dependencies for amd64-multilib & x86.
1221 --abi_x86_32
1222 -
1223 -# Alexandre Rostovtsev <tetromino@g.o> (09 Dec 2012)
1224 -# Orc optimisations work fine on amd64 and x86
1225 --orc
1226 -
1227 -# Diego Elio Pettenò <flameeyes@g.o> (21 Aug 2012)
1228 -# IPMI is only implemented for x86, amd64 and ia64
1229 --ipmi
1230 -
1231 -# Ralph Sennhauser <sera@g.o> (31 Jul 2012)
1232 -# Keyworded on x86
1233 --python_targets_jython2_5
1234 --python_single_target_jython2_5
1235 --python_targets_jython2_7
1236 --python_single_target_jython2_7
1237 -
1238 -# Joerg Bornkessel <hd_brummy@g.o> (05. Mar 2012)
1239 -# Unmask, works with v4l2, #350211
1240 --dxr3
1241 -
1242 -# Samuli Suominen <ssuominen@g.o> (28 Feb 2012)
1243 -# Unmasking vidix for x86 which is masked in base/use.mask for others
1244 --vidix
1245 -
1246 -# Justin Lecher <jlec@g.o> (04 Feb 2012)
1247 -# Unmask because deps are keyworded
1248 --zeitgeist
1249 -
1250 -# This file masks out USE flags that are simply NOT allowed in the default
1251 -# x86 profile. This works, for example, if another architecture's
1252 -# profile have a USE flag associated with (such as altivec, mmx, etc).
1253 -
1254 -# 2011/12/22 - Alexis Ballier <aballier@g.o>
1255 -# Unmask vdpau as its supported here
1256 --vdpau
1257 -
1258 -# 2011/07/01 - Alexey Shvetsov <alexxy@g.o>
1259 -# Infiniband stuff works on x86
1260 --infiniband
1261 -
1262 -# 2010/07/27 - Matti Bickel <mabi@g.o>
1263 -# app-text/fdf is only supported on x86
1264 --fdftk
1265 -
1266 -# 2010/02/14 - Samuli Suominen <ssuominen@g.o>
1267 -# Unmask amd64/x86 only SANE_BACKENDS
1268 --sane_backends_canon_pp
1269 --sane_backends_hpsj5s
1270 --sane_backends_mustek_pp
1271 --sane_backends_qcam
1272 -
1273 -# 2010/05/03 - Alex Legler <a3li@g.o>
1274 -# Add support for Ruby Enterprise Edition targets where rubyee is available
1275 -# -ruby_targets_ree18
1276 -
1277 -# 2010/01/08 - Diego E. Pettenò <flameeyes@g.o>
1278 -# Add support for JRuby targets where jruby is available
1279 -#-ruby_targets_jruby
1280 -
1281 -# pbbuttonsd and macbook for KDE and pbuttonsd it
1282 -#-pbbuttonsd
1283 --macbook
1284 -
1285 -# Unmask x86 instruction sets
1286 --3dnow
1287 --3dnowext
1288 --lilo
1289 --mmx
1290 --mmxext
1291 --sse
1292 --sse2
1293 --sse3
1294 --sse4
1295 --sse4_1
1296 --sse4_2
1297 --sse4a
1298 --ssse3
1299 --avx
1300 --avx128fma
1301 --avx2
1302 --avx256
1303 --fma3
1304 --fma4
1305 --xop
1306 --svga
1307 --kqemu
1308 --nvram
1309 --cpu_flags_x86_3dnow
1310 --cpu_flags_x86_3dnowext
1311 --cpu_flags_x86_aes
1312 --cpu_flags_x86_avx
1313 --cpu_flags_x86_avx2
1314 --cpu_flags_x86_fma3
1315 --cpu_flags_x86_fma4
1316 --cpu_flags_x86_mmx
1317 --cpu_flags_x86_mmxext
1318 --cpu_flags_x86_padlock
1319 --cpu_flags_x86_popcnt
1320 --cpu_flags_x86_sse
1321 --cpu_flags_x86_sse2
1322 --cpu_flags_x86_sse3
1323 --cpu_flags_x86_sse4_1
1324 --cpu_flags_x86_sse4_2
1325 --cpu_flags_x86_sse4a
1326 --cpu_flags_x86_ssse3
1327 --cpu_flags_x86_xop
1328 -
1329 -# Unmask nvidia XvMC support
1330 --nvidia
1331 -
1332 -# Unmask dev-db/oracle-instantclient-basic support
1333 --oci8-instant-client
1334 --oracle
1335 -
1336 -# Unmask osp, used by asterisk; bug 115798
1337 --osp
1338 -
1339 -# Unmask yellownet, used by aqbanking (bug 149970)
1340 --yellownet
1341 -
1342 -# Modular X: unmask for architectures on which they are available
1343 --input_devices_synaptics
1344 --input_devices_virtualbox
1345 --input_devices_vmmouse
1346 --input_devices_wacom
1347 --video_cards_nvidia
1348 --video_cards_fglrx
1349 --video_cards_vmware
1350 --video_cards_geode
1351 --video_cards_via
1352 --video_cards_virtualbox
1353 --video_cards_xgi
1354 --video_cards_qxl
1355 -
1356 -# Modular X: mask for architectures on which they aren't available
1357 -video_cards_newport
1358 -
1359 -#codec support
1360 --x264
1361 -
1362 -# lvm2 cluster
1363 --gulm
1364 -
1365 -# psyco works on x86
1366 --psyco
1367 -
1368 -# Diego Pettenò <flameeyes@g.o> (4 Jan 2007)
1369 -# Unmask the flags for PHP that are available only on x86
1370 --fdftk
1371 --sybase-ct
1372 --ingres
1373 --birdstep
1374 --adabas
1375 --filepro
1376 --pfpro
1377 --informix
1378 --empress
1379 --empress-bcs
1380 --sybase
1381 --frontbase
1382 --dbmaker
1383 --esoob
1384 --solid
1385 -# Shared with amd64
1386 --oci8
1387 --oracle7
1388 --db2
1389 -
1390 -# Robert Buchholz <rbu@g.o> (03 Jun 2007)
1391 -# Unmask as it works on x86
1392 --lcd_devices_svga
1393 --lcd_devices_luise
1394 -
1395 -# George Shapovalov <george@g.o> (8 Apr 2007)
1396 -# supported on x86
1397 --ada
1398 -
1399 -# tcc is x86 only
1400 --tcc
1401 -
1402 -# 64bit Windows doesn't work on 32bit systems
1403 -win64
1404 -
1405 -# fdk-aac is already keyworded here
1406 --fdk
1407
1408 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
1409 deleted file mode 100644
1410 index 5341ceb..0000000
1411 --- a/profiles/arch/x86/use.stable.mask
1412 +++ /dev/null
1413 @@ -1,22 +0,0 @@
1414 -# Copyright 1999-2014 Gentoo Foundation
1415 -# Distributed under the terms of the GNU General Public License v2
1416 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.stable.mask,v 1.8 2014/11/16 02:25:27 floppym Exp $
1417 -
1418 -# This file requires eapi 5 or later. New entries go on top.
1419 -# Please use the same syntax as in use.mask
1420 -
1421 -# Mike Gilbert <floppym@g.o> (19 Oct 2014)
1422 -# sys-libs/libapparmor
1423 -apparmor
1424 -
1425 -# Andrey Grozin <grozin@g.o> (25 Jun 2014)
1426 -# no stable versions on x86
1427 -clozurecl
1428 -gcl
1429 -
1430 -# Michał Górny <mgorny@g.o> (30 Mar 2014)
1431 -# PyPy is unstable on this arch.
1432 -python_targets_pypy
1433 -python_single_target_pypy
1434 -python_targets_pypy3
1435 -python_single_target_pypy3
1436
1437 diff --git a/profiles/arch/x86/xbox/CVS/Entries b/profiles/arch/x86/xbox/CVS/Entries
1438 deleted file mode 100644
1439 index 1f03765..0000000
1440 --- a/profiles/arch/x86/xbox/CVS/Entries
1441 +++ /dev/null
1442 @@ -1,5 +0,0 @@
1443 -/parent/1.1/Tue Apr 1 17:40:05 2008//
1444 -/package.mask/1.2/Sat Jan 5 15:18:19 2013//
1445 -/eapi/1.1/Wed Mar 19 00:20:01 2014//
1446 -/make.defaults/1.3/Fri Jan 30 22:46:43 2015//
1447 -D
1448
1449 diff --git a/profiles/arch/x86/xbox/CVS/Repository b/profiles/arch/x86/xbox/CVS/Repository
1450 deleted file mode 100644
1451 index 3407d30..0000000
1452 --- a/profiles/arch/x86/xbox/CVS/Repository
1453 +++ /dev/null
1454 @@ -1 +0,0 @@
1455 -gentoo-x86/profiles/arch/x86/xbox
1456
1457 diff --git a/profiles/arch/x86/xbox/CVS/Root b/profiles/arch/x86/xbox/CVS/Root
1458 deleted file mode 100644
1459 index ef93b44..0000000
1460 --- a/profiles/arch/x86/xbox/CVS/Root
1461 +++ /dev/null
1462 @@ -1 +0,0 @@
1463 -zorry@××××××××××.org:/var/cvsroot
1464
1465 diff --git a/profiles/arch/x86/xbox/eapi b/profiles/arch/x86/xbox/eapi
1466 deleted file mode 100644
1467 index 7ed6ff8..0000000
1468 --- a/profiles/arch/x86/xbox/eapi
1469 +++ /dev/null
1470 @@ -1 +0,0 @@
1471 -5
1472
1473 diff --git a/profiles/arch/x86/xbox/make.defaults b/profiles/arch/x86/xbox/make.defaults
1474 deleted file mode 100644
1475 index dd13a30..0000000
1476 --- a/profiles/arch/x86/xbox/make.defaults
1477 +++ /dev/null
1478 @@ -1,12 +0,0 @@
1479 -# Copyright 1999-2015 Gentoo Foundation
1480 -# Distributed under the terms of the GNU General Public License v2
1481 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/xbox/make.defaults,v 1.3 2015/01/28 21:06:18 floppym Exp $
1482 -
1483 -PROFILE_ARCH="xbox"
1484 -USE="mmx sse"
1485 -CPU_FLAGS_X86="mmx sse"
1486 -
1487 -CFLAGS="-O2 -march=pentium3 -pipe"
1488 -CXXFLAGS="${CFLAGS}"
1489 -FFLAGS="${CFLAGS}"
1490 -FCFLAGS="${CFLAGS}"
1491
1492 diff --git a/profiles/arch/x86/xbox/package.mask b/profiles/arch/x86/xbox/package.mask
1493 deleted file mode 100644
1494 index a35c8fd..0000000
1495 --- a/profiles/arch/x86/xbox/package.mask
1496 +++ /dev/null
1497 @@ -1,3 +0,0 @@
1498 -# Copyright 1999-2012 Gentoo Foundation
1499 -# Distributed under the terms of the GNU General Public License v2
1500 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/xbox/package.mask,v 1.2 2012/12/19 11:15:01 pinkbyte Exp $
1501
1502 diff --git a/profiles/arch/x86/xbox/parent b/profiles/arch/x86/xbox/parent
1503 deleted file mode 100644
1504 index f3229c5..0000000
1505 --- a/profiles/arch/x86/xbox/parent
1506 +++ /dev/null
1507 @@ -1 +0,0 @@
1508 -..
1509
1510 diff --git a/profiles/features/desktop/gnome/parent b/profiles/features/desktop/gnome/parent
1511 deleted file mode 100644
1512 index f3229c5..0000000
1513 --- a/profiles/features/desktop/gnome/parent
1514 +++ /dev/null
1515 @@ -1 +0,0 @@
1516 -..
1517
1518 diff --git a/profiles/features/desktop/kde/parent b/profiles/features/desktop/kde/parent
1519 deleted file mode 100644
1520 index f3229c5..0000000
1521 --- a/profiles/features/desktop/kde/parent
1522 +++ /dev/null
1523 @@ -1 +0,0 @@
1524 -..
1525
1526 diff --git a/profiles/features/no-multilib/eapi b/profiles/features/gnome/eapi
1527 similarity index 100%
1528 rename from profiles/features/no-multilib/eapi
1529 rename to profiles/features/gnome/eapi
1530
1531 diff --git a/profiles/features/desktop/gnome/make.defaults b/profiles/features/gnome/make.defaults
1532 similarity index 100%
1533 rename from profiles/features/desktop/gnome/make.defaults
1534 rename to profiles/features/gnome/make.defaults
1535
1536 diff --git a/profiles/features/desktop/gnome/package.use b/profiles/features/gnome/package.use
1537 similarity index 100%
1538 rename from profiles/features/desktop/gnome/package.use
1539 rename to profiles/features/gnome/package.use
1540
1541 diff --git a/profiles/releases/13.0/parent b/profiles/features/gnome/parent
1542 similarity index 100%
1543 rename from profiles/releases/13.0/parent
1544 rename to profiles/features/gnome/parent
1545
1546 diff --git a/profiles/features/hardened/linux/amd64/rules b/profiles/features/hardened/linux/amd64/rules
1547 new file mode 100644
1548 index 0000000..0c3d2ed
1549 --- /dev/null
1550 +++ b/profiles/features/hardened/linux/amd64/rules
1551 @@ -0,0 +1,2 @@
1552 +DEPEND="
1553 + .."
1554
1555 diff --git a/profiles/features/desktop/kde/eapi b/profiles/features/kde/eapi
1556 similarity index 100%
1557 rename from profiles/features/desktop/kde/eapi
1558 rename to profiles/features/kde/eapi
1559
1560 diff --git a/profiles/features/desktop/kde/make.defaults b/profiles/features/kde/make.defaults
1561 similarity index 100%
1562 rename from profiles/features/desktop/kde/make.defaults
1563 rename to profiles/features/kde/make.defaults
1564
1565 diff --git a/profiles/features/desktop/kde/package.use b/profiles/features/kde/package.use
1566 similarity index 100%
1567 rename from profiles/features/desktop/kde/package.use
1568 rename to profiles/features/kde/package.use
1569
1570 diff --git a/profiles/features/hardened/linux/amd64/parent b/profiles/features/kde/parent
1571 similarity index 100%
1572 rename from profiles/features/hardened/linux/amd64/parent
1573 rename to profiles/features/kde/parent
1574
1575 diff --git a/profiles/features/desktop/kde/use.force b/profiles/features/kde/use.force
1576 similarity index 100%
1577 rename from profiles/features/desktop/kde/use.force
1578 rename to profiles/features/kde/use.force
1579
1580 diff --git a/profiles/releases/13.0/rules b/profiles/releases/13.0/rules
1581 new file mode 100644
1582 index 0000000..9e6a2bc
1583 --- /dev/null
1584 +++ b/profiles/releases/13.0/rules
1585 @@ -0,0 +1,2 @@
1586 +DEPEND="
1587 + releases"
1588
1589 diff --git a/profiles/rules b/profiles/rules
1590 new file mode 100644
1591 index 0000000..c7002de
1592 --- /dev/null
1593 +++ b/profiles/rules
1594 @@ -0,0 +1,2 @@
1595 +DEPEND="
1596 + arch/base"
1597
1598 diff --git a/profiles/features/desktop/gnome/eapi b/profiles/targets/no-multilib/eapi
1599 similarity index 100%
1600 rename from profiles/features/desktop/gnome/eapi
1601 rename to profiles/targets/no-multilib/eapi
1602
1603 diff --git a/profiles/features/no-multilib/make.defaults b/profiles/targets/no-multilib/make.defaults
1604 similarity index 100%
1605 rename from profiles/features/no-multilib/make.defaults
1606 rename to profiles/targets/no-multilib/make.defaults
1607
1608 diff --git a/profiles/features/no-multilib/package.mask b/profiles/targets/no-multilib/package.mask
1609 similarity index 100%
1610 rename from profiles/features/no-multilib/package.mask
1611 rename to profiles/targets/no-multilib/package.mask
1612
1613 diff --git a/profiles/features/no-multilib/package.use.force b/profiles/targets/no-multilib/package.use.force
1614 similarity index 100%
1615 rename from profiles/features/no-multilib/package.use.force
1616 rename to profiles/targets/no-multilib/package.use.force
1617
1618 diff --git a/profiles/features/no-multilib/package.use.mask b/profiles/targets/no-multilib/package.use.mask
1619 similarity index 100%
1620 rename from profiles/features/no-multilib/package.use.mask
1621 rename to profiles/targets/no-multilib/package.use.mask
1622
1623 diff --git a/profiles/features/no-multilib/use.mask b/profiles/targets/no-multilib/use.mask
1624 similarity index 100%
1625 rename from profiles/features/no-multilib/use.mask
1626 rename to profiles/targets/no-multilib/use.mask