Gentoo Archives: gentoo-dev

From: Luca Barbato <lu_zero@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [RFC] USE_EXPAND for qemu unified ebuild
Date: Fri, 15 May 2009 23:18:13
Message-Id: 4A0DF831.9000402@gentoo.org
In Reply to: Re: [gentoo-dev] Re: [RFC] USE_EXPAND for qemu unified ebuild by Luca Barbato
1 Luca Barbato wrote:
2 > Duncan wrote:
3 >> Namespace pollution? QEMU_USER_TARGETS and QEMU_SOFTMMU_TARGETS, maybe?
4 >>
5 >
6 > Right, anyway either one or two vars, anybody has a strong feeling
7 > towards one of them or against any of them?
8 >
9
10 QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS, that's it.
11
12
13 -USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS
14 FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES
15 INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS
16 ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS NETBEANS_MODULES"
17 +USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS
18 FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES
19 INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS
20 ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS NETBEANS_MODULES
21 QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS"
22
23
24 alpha - userspace emulation target
25 armeb - userspace emulation target
26 arm - userspace emulation target
27 cris - userspace emulation target
28 i386 - userspace emulation target
29 m68k - userspace emulation target
30 mips64el - userspace emulation target
31 mips64 - userspace emulation target
32 mipsel - userspace emulation target
33 mips - userspace emulation target
34 ppc64abi32 - userspace emulation target
35 ppc64 - userspace emulation target
36 ppc - userspace emulation target
37 sh4eb - userspace emulation target
38 sh4 - userspace emulation target
39 sparc32plus - userspace emulation target
40 sparc64 - userspace emulation target
41 sparc - userspace emulation target
42 x86_64 - userspace emulation target
43
44 arm - system emulation target
45 cris - system emulation target
46 i386 - system emulation target
47 m68k - system emulation target
48 mips64el - system emulation target
49 mips64 - system emulation target
50 mipsel - system emulation target
51 mips - system emulation target
52 ppc64 - system emulation target
53 ppc - system emulation target
54 sh4eb - system emulation target
55 sh4 - system emulation target
56 sparc - system emulation target
57 x86_64 - system emulation target
58 ppcemb - system emulation target
59
60 If anybody is against it please tell ^^
61
62 lu
63
64 --
65
66 Luca Barbato
67 Gentoo Council Member
68 Gentoo/linux Gentoo/PPC
69 http://dev.gentoo.org/~lu_zero

Replies

Subject Author
Re: [gentoo-dev] Re: [RFC] USE_EXPAND for qemu unified ebuild Alexey Shvetsov <alexxy@g.o>