blob: e42ff910a6a04cde3e398769dd272fd06dc70278 (
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
|
# Copyright 2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/alpha/use.mask,v 1.6 2007/01/04 21:49:29 flameeyes Exp $
# This file masks out USE flags that are simply NOT allowed in the default
# profile for any architecture. This works, for example, if a non-default
# profile (such as the selinux profiles) have a USE flag associated with
# them.
# These are debatable, since technically an alpha could support this hardware
pcmcia
3dfx
# avifile is broken atm
avi
# No hardware to test
pda
# Can't get USB working to test
gphoto2
# No apm support on alpha
apm
# alpha doesn't have java support other than compaq-j*, which isn't a
# current version. must mask this to keep things sane
java
java-internal
java-external
# firebird appears to be x86-only (the db, not the browser)
# tcc is x86-only
tcc
# I don't think that openafs really works on other architectures,
# despite some internal Gentoo efforts (mine) to port it
afs
hal
howl
jack
freetts
djbfft
lm_sensors
gnustep
emboss
# Mask vpopmail until net-mail/vpopmail goes out of package.mask
vpopmail
# Mask pyste until gccxml / elementtree work on alpha
pyste
# Mask mono for further testing
mono
# can't test wireless currently
wifi
# dbus is not currently supported by alpha
dbus
# apache segfaults when using mpm-peruser (bug 105778)
mpm-peruser
pike
timidity
# We don't have any virtual/mpi (bug 111807)
mpi
# masks required for asterisk
bri
pri
zaptel
# Modular X: mask non-alpha cards
video_cards_apm
video_cards_ark
video_cards_chips
video_cards_cyrix
video_cards_i128
video_cards_i740
video_cards_i810
video_cards_imstt
video_cards_neomagic
video_cards_newport
video_cards_nsc
video_cards_sis
video_cards_trident
video_cards_tseng
video_cards_vesa
video_cards_via
# disable until tested
# # bug 148402
pcsc-lite
|