# Copyright 2002 Daniel Robbins, Gentoo Technologies, Inc. # System-wide defaults for the Portage system # ***************************** # ** DO NOT EDIT THIS FILE ** # *************************************************** # **** CHANGES TO make.conf *OVERRIDE* THIS FILE **** # *************************************************** # ** Incremental Variables Accumulate Across Files ** # ** USE, CONFIG_*, and FEATURES are incremental ** # *************************************************** USE_ORDER="env:conf:auto:defaults" GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo" SYNC="rsync://rsync.gentoo.org/gentoo-portage" # Host-type CHOST=i686-pc-linux-gnu PORTAGE_TMPDIR=/var/tmp PORTDIR=/usr/portage DISTDIR=$PORTDIR/distfiles PKGDIR=$PORTDIR/packages RPMDIR=$PORTDIR/rpm CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf" # Options passed to make during the build process MAKEOPTS="-j2" # Fetching command (5 tries, passive ftp for firewall compatibility) FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp URI -P DISTDIR" RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp URI -P DISTDIR" CFLAGS="-O2 -mcpu=i686 -pipe" CXXFLAGS=$CFLAGS # Debug build -- if defined, binaries won't be stripped #DEBUGBUILD=true # Default maintainer options #FEATURES="digest sandbox noclean noauto buildpkg" # Default user options FEATURES="sandbox ccache" # By default output colored text where possible, set to "true" to output only #black&white text NOCOLOR="false" # By default wait 5 secs before cleaning a package CLEAN_DELAY="5" # Set to yes automatically run "emerge clean" after each merge # Important, as without this you may experience missing symlinks when # downgrading libraries during a batch (world/system) update. AUTOCLEAN="yes" # Number of times 'emerge rsync' will run before giving up. RSYNC_RETRIES="3" # ***************************** # ** DO NOT EDIT THIS FILE ** # *************************************************** # **** CHANGES TO make.conf *OVERRIDE* THIS FILE **** # *************************************************** # ** Incremental Variables Accumulate Across Files ** # ** USE, CONFIG_*, and FEATURES are incremental ** # ***************************************************