blob: 7f8a7220f9f2f2027bf87afc43ee9127bb76fd58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
# Copyright 2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/use.mask,v 1.37 2008/01/10 01:44:23 bicatali Exp $
# This file masks out USE flags that are simply NOT allowed in the default
# x86 profile. This works, for example, if another architecture's
# profile have a USE flag associated with (such as altivec, mmx, etc).
# Raúl Porcel <armin76@gentoo.org> (4 Sep 2007)
# Doesn't work fine, requested by steev
networkmanager
# pbbuttonsd and macbook for KDE and pbuttonsd it
#-pbbuttonsd
-macbook
# Unmask x86 instruction sets
-3dnow
-3dnowext
-icc
-icc-pgo
-ifc
-mmx
-mmxext
-sse
-sse2
-ssse3
-svga
-kqemu
-nvram
# Unmask nvidia XvMC support
-nvidia
# Unmask dev-db/oracle-instantclient-basic support
-oci8-instant-client
# Unmask osp, used by asterisk; bug 115798
-osp
# Unmask yellownet, used by aqbanking (bug 149970)
-yellownet
# Modular X: unmask for architectures on which they are available
-input_devices_synaptics
-input_devices_vmmouse
-input_devices_wacom
-video_cards_nvidia
-video_cards_fglrx
-video_cards_vmware
-video_cards_amd
-video_cards_vermilion
-video_cards_xgi
# Modular X: mask for architectures on which they aren't available
video_cards_newport
#codec support
-win32codecs
-real
-x264
# lvm2 cluster
-clvm
-gulm
-cman
# psyco works on x86
-psyco
# Diego Pettenò <flameeyes@gentoo.org> (4 Jan 2007)
# Unmask the flags for PHP that are available only on x86
-fdftk
-sybase-ct
-ingres
-birdstep
-adabas
-filepro
-pfpro
-informix
-empress
-empress-bcs
-sybase
-frontbase
-dbmaker
-esoob
-solid
# Shared with amd64
-oci8
-oracle7
-firebird
-db2
# Robert Buchholz <rbu@gentoo.org> (03 Jun 2007)
# Unmask as it works on x86
-lcd_devices_svga
-lcd_devices_luise
# George Shapovalov <george@gentoo.org> (8 Apr 2007)
# supported on x86
-ada
# tcc is x86 only
-tcc
|