blob: 1729050c9174c6f632010f7c870a4f40d1fa2a7a (
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
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/hppa/2004.2/make.defaults,v 1.5 2004/10/08 16:03:10 seemant Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
# System-wide defaults for the Portage system
USE="
berkdb
bitmap-fonts
crypt
cups
encode
foomaticdb
f77
gdbm
gif
gnome
gpm
gtk
gtk2
imlib
jpeg
kde
libg++
libwww
mikmod
motif
ncurses
nls
oggvorbis
opengl
oss
pam
pdflib
pic
png
python
qt
quicktime
readline
sdl
spell
ssl
svga
tcpd
truetype
X
xml2
xmms
xprint
xv
zlib
"
GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses"
ARCH="hppa"
ACCEPT_KEYWORDS="hppa"
FEATURES="sandbox sfperms strict"
|