summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-23 18:51:44 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-23 18:51:44 +0000
commit3951333fd49bb5fe7fac13c4fc569e68039aaa43 (patch)
tree2a47c72ac58df38ff1d5c3590fa83d4c9f76e954
parentDrop privileges in the "depend" phase regardless of FEATURES and RESTRICT sin... (diff)
downloadportage-multirepo-3951333fd49bb5fe7fac13c4fc569e68039aaa43.tar.gz
portage-multirepo-3951333fd49bb5fe7fac13c4fc569e68039aaa43.tar.bz2
portage-multirepo-3951333fd49bb5fe7fac13c4fc569e68039aaa43.zip
Enable FEATURES=userfetch by default. (trunk r7375)
svn path=/main/branches/2.1.2/; revision=7376
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index d180c538..d26f6a05 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -33,7 +33,7 @@ FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O \${DISTDIR}/\${FILE} \${
RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \${DISTDIR}/\${FILE} \${URI}"
# Default user options
-FEATURES="sandbox distlocks metadata-transfer unmerge-orphans"
+FEATURES="sandbox distlocks metadata-transfer unmerge-orphans userfetch"
# Default chunksize for binhost comms
PORTAGE_BINHOST_CHUNKSIZE="3000"