blob: ba7570aac63e82ac93fe28f19931033282e89bd0 (
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/todo/package.use.mask,v 1.123 2012/04/28 04:07:47 aballier Exp $
# Mask useflags that require deps with missing keywords.
# Anyone is allowed and _very welcome_ to add masks there.
# We will pick them up and keyword as time permits and prefer having a sane
# deptree with missing features than a broken one.
#
# Syntax is: # mising dep(s)
# mask
# Keep it simple, we do not really care about the date or who masked it, we want
# to be easily able to determine what we need to keyword.
# net-dns/hesiod
sys-freebsd/freebsd-lib hesiod
# sys-devel/gdb
dev-libs/glib test
# app-misc/datefudge
net-libs/gnutls test
# net-libs/axTLS
net-misc/curl curl_ssl_axtls
# net-nds/openldap
net-misc/curl ldap
net-misc/dhcp ldap
# sys-auth/pam_ssh
sys-auth/pambase pam_ssh
# gnome-base/gnome-keyring
sys-auth/pambase gnome-keyring
# sys-auth/pam_krb5
sys-auth/pambase pam_krb5
# dev-libs/icu
dev-libs/libxml2 icu
dev-db/sqlite icu
dev-libs/boost icu
# dev-vcs/git
sys-devel/gettext git
# virtual/jre virtual/jdk
sys-devel/gettext java
# app-emacs/po-mode
sys-devel/gettext emacs
# virtual/emacs
dev-scheme/guile emacs
dev-util/cscope emacs
net-dns/libidn emacs
dev-util/cmake emacs
dev-util/gtk-doc emacs
# dev-lang/mono
net-dns/libidn mono
# =dev-lang/python-2*[tk]
dev-python/epydoc X
# dev-tcltk/blt
dev-lang/python tk
# dev-python/sphinx dev-python/python-docs:SLOT
dev-lang/python doc
# app-emacs/autoconf-mode
sys-devel/autoconf emacs
# dev-libs/libnl:1.1
net-libs/libpcap libnl
# net-libs/libtirpc
sys-apps/xinetd rpc
# app-text/passivetex
# dev-tex/xmltex
app-text/xmlto latex
# app-text/docbook-sgml-utils[jadetex]
media-libs/fontconfig doc
# virtual/latex-base
# dev-texlive/texlive-latexextra
dev-python/epydoc latex
# media-gfx/graphviz
app-text/asciidoc graphviz
app-doc/doxygen dot
dev-util/cppunit doc
# sci-mathematics/glpk
dev-libs/ppl lpsol
# media-gfx/fontforge
media-fonts/dejavu fontforge
# x11-libs/qt-gui
dev-util/cmake qt4
app-text/poppler qt4
app-doc/doxygen qt4
x11-libs/cairo qt4
# x11-base/xorg-server[xvfb]
# x11-apps/xhost
dev-util/cmake test
sys-apps/dbus test
# x11-libs/gtk+:2
media-gfx/graphviz gtk
app-text/ghostscript-gpl gtk
# media-libs/lasi
media-gfx/graphviz lasi
# net-print/cups
app-text/ghostscript-gpl cups
# virtual/opengl
# media-libs/freeglut
media-libs/jasper opengl
# virtual/opengl
x11-libs/cairo opengl
# app-text/texlive[extra]
app-doc/doxygen latex
# dev-util/source-highlight
dev-util/gtk-doc highlight
# sys-cluster/openmpi
dev-libs/boost mpi
|