diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-03 18:45:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-03 18:45:21 +0000 |
commit | 7022d53e6186661eee56c518c054abf1d6336903 (patch) | |
tree | 836616c80dab89f8e38a21a08e4e2af358072ee9 /profiles/default-ppc | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-7022d53e6186661eee56c518c054abf1d6336903.tar.gz gentoo-2-7022d53e6186661eee56c518c054abf1d6336903.tar.bz2 gentoo-2-7022d53e6186661eee56c518c054abf1d6336903.zip |
Renamed LIBC into ELIBC to avoid bugs.
Diffstat (limited to 'profiles/default-ppc')
-rw-r--r-- | profiles/default-ppc/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-ppc/make.defaults b/profiles/default-ppc/make.defaults index 40cb7afe54f9..526a55e91327 100644 --- a/profiles/default-ppc/make.defaults +++ b/profiles/default-ppc/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-ppc/make.defaults,v 1.16 2005/05/01 01:54:49 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-ppc/make.defaults,v 1.17 2005/05/03 18:45:20 flameeyes Exp $ # System-wide defaults for the Portage system ARCH="ppc" @@ -29,7 +29,7 @@ ACCEPT_KEYWORDS="ppc" # 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" |