blob: 2947e4a9af71c87ca550152fda65a1c34d004f70 (
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
|
# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/use.mask,v 1.13 2013/01/20 10:51:20 mgorny Exp $
# Unmask the flag which corresponds to ARCH.
-amd64-fbsd
-3dnow
-3dnowext
-mmx
-mmxext
-sse
-sse2
-sse3
-sse4
-sse4a
-sse5
-ssse3
-win32codecs
# nvidia drivers works on x86
-xvmc
-nvidia
-video_cards_nvidia
# Unmask vmware drivers
#-video_cards_vmware
-input_devices_vmmouse
# Diablo Latte and Caffe (JRE and JDK) works here
-java
# Other
# Alexandre Rostovtsev <tetromino@gentoo.org> (09 Dec 2012)
# Orc optimisations work fine on amd64 and x86
-orc
# Alexandre Rostovtsev <tetromino@gmail.com> (16 Jul 2012)
# Only python:2.7 and :3.2 are keyworded on this arch
python_targets_python2_4
python_targets_python2_5
python_targets_python2_6
python_targets_python3_1
python_single_target_python2_4
python_single_target_python2_5
python_single_target_python2_6
python_single_target_python3_1
# Diego Elio Pettenò <flameeyes@gentoo.org> (21 Aug 2012)
# IPMI is only implemented for x86, amd64 and ia64
-ipmi
|