# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.24 2006/08/03 09:20:18 uberlord Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage # Have everyone update config.{sub,guess} by default FEATURES="autoconfig strict sfperms" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/gconf" # 'Sane' defaults ELIBC="glibc" KERNEL="linux" USERLAND="GNU" INPUT_DEVICES="keyboard mouse"