diff options
Diffstat (limited to 'profiles/default-ppc64-2004.3/make.defaults')
-rw-r--r-- | profiles/default-ppc64-2004.3/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default-ppc64-2004.3/make.defaults b/profiles/default-ppc64-2004.3/make.defaults index fefe78c24dd2..f74a2ff7dea0 100644 --- a/profiles/default-ppc64-2004.3/make.defaults +++ b/profiles/default-ppc64-2004.3/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-ppc64-2004.3/make.defaults,v 1.12 2005/05/01 01:54:49 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-ppc64-2004.3/make.defaults,v 1.13 2005/05/03 18:45:21 flameeyes Exp $ # System-wide defaults for the Portage system GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" @@ -36,11 +36,11 @@ ACCEPT_KEYWORDS="ppc64" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. Flat profiles also need to # be updated appropriately. -USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL LIBC" +USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf" USERLAND=GNU KERNEL=linux -LIBC=glibc +ELIBC=glibc |