blob: eb8631e1b84c8369bd8f08a56f708d435a2a1602 (
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
# Copyright 2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.16 2010/03/07 17:53:10 ssuominen Exp $
# Unmask the flag which corresponds to ARCH.
-x86
# 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).
# 2010/02/14 - Samuli Suominen <ssuominen@gentoo.org>
# Unmask amd64/x86 only SANE_BACKENDS
-sane_backends_canon_pp
-sane_backends_hpsj5s
-sane_backends_mustek_pp
-sane_backends_qcam
# 2010/01/08 - Diego E. Pettenò <flameeyes@gentoo.org>
# Add support for JRuby targets where jruby is available
-ruby_targets_jruby
# pbbuttonsd and macbook for KDE and pbuttonsd it
#-pbbuttonsd
-macbook
# Unmask x86 instruction sets
-3dnow
-3dnowext
-lilo
-mmx
-mmxext
-sse
-sse2
-sse3
-sse4
-sse4a
-sse5
-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_virtualbox
-input_devices_vmmouse
-input_devices_wacom
-video_cards_nvidia
-video_cards_fglrx
-video_cards_vmware
-video_cards_geode
-video_cards_via
-video_cards_virtualbox
-video_cards_xgi
# Modular X: mask for architectures on which they aren't available
video_cards_newport
#codec support
-win32codecs
-x264
# lvm2 cluster
-clvm
-gulm
# 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
# RealMagic Hollywood+/Creative DXR3 support
-dxr3
|