Remove USE_EXPAND_HIDDEN from make.globals since it's now included in the base profile.
[portage.git] / cnf / make.globals
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4 # System-wide defaults for the Portage system
5
6 #            *****************************
7 #            **  DO NOT EDIT THIS FILE  **
8 # ***************************************************
9 # **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
10 # ***************************************************
11 # ** Incremental Variables Accumulate Across Files **
12 # **  USE, CONFIG_*, and FEATURES are incremental  **
13 # ***************************************************
14
15
16 # Default rsync mirror
17 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
18
19 # Default distfiles mirrors
20 GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
21
22 # Repository Paths
23 PORTDIR=/usr/portage
24 DISTDIR=/usr/portage/distfiles
25 PKGDIR=/usr/portage/packages
26 RPMDIR=/usr/portage/rpm
27
28 # Temporary build directory
29 PORTAGE_TMPDIR=/var/tmp
30
31 # Fetching command (5 tries, passive ftp for firewall compatibility)
32 FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -P \${DISTDIR} \${URI}"
33 RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -P \${DISTDIR} \${URI}"
34
35 # Default user options
36 FEATURES="sandbox distlocks metadata-transfer"
37
38 # Default chunksize for binhost comms
39 PORTAGE_BINHOST_CHUNKSIZE="3000"
40
41 # By default wait 5 secs before cleaning a package
42 CLEAN_DELAY="5"
43
44 # By default wait 10 secs on an important warning
45 EMERGE_WARNING_DELAY="10"
46
47 # Automatically clean installed packages after they are updated.
48 # This option will be removed and forced to yes.
49 AUTOCLEAN="yes"
50
51 # Number of times 'emerge --sync' will run before giving up.
52 PORTAGE_RSYNC_RETRIES="3"
53
54 # Number of seconds rsync will wait before timing out.
55 #RSYNC_TIMEOUT="180"
56
57 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
58
59 # Minimal CONFIG_PROTECT
60 CONFIG_PROTECT="/etc"
61 CONFIG_PROTECT_MASK="/etc/env.d"
62
63 # Disable auto-use
64 USE_ORDER="env:pkg:conf:defaults"
65
66 # Default ownership of installed files.
67 PORTAGE_INST_UID="0"
68 PORTAGE_INST_GID="0"
69
70 # Mode bits for ${WORKDIR} (see ebuild.5).
71 PORTAGE_WORKDIR_MODE="0700"
72
73 # Some defaults for elog
74 PORTAGE_ELOG_CLASSES="log warn error"
75
76 PORTAGE_ELOG_MAILURI="root"
77 PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"
78 PORTAGE_ELOG_MAILFROM="portage"
79
80 #            *****************************
81 #            **  DO NOT EDIT THIS FILE  **
82 # ***************************************************
83 # **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
84 # ***************************************************
85 # ** Incremental Variables Accumulate Across Files **
86 # **  USE, CONFIG_*, and FEATURES are incremental  **
87 # ***************************************************