blob: 3dcd0095d1d48a40e5d5fffa59f3f5f8aada2918 (
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
|
# Copyright 2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/vserver/use.mask,v 1.1 2005/04/20 17:44:59 hollow 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.
selinux
uclibc
# aqua USE flag is only valid on Mac OS X
aqua
# amd64 only:
emul-linux-x86
# sparc only:
ultra1
# x86 only
divx4linux
win32codecs
# x86/amd64 only:
mmx
mmx2
sse
sse2
3dnow
3dnowex
# ppc only:
altivec
# mips only:
n32
n64
cobalt
ip28
# Only used by mips and old amd64 profiles
multilib
|