diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-09-06 19:12:03 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-09-06 19:12:03 +0000 |
commit | 744c6e6a1a61a1e35ccf0920ad83d9b78aec791e (patch) | |
tree | 18542a22a0cdbe8d6db22b7c4c1caadf241b9de2 /profiles/base | |
parent | Version bump. This one works on PPC! (diff) | |
download | historical-744c6e6a1a61a1e35ccf0920ad83d9b78aec791e.tar.gz historical-744c6e6a1a61a1e35ccf0920ad83d9b78aec791e.tar.bz2 historical-744c6e6a1a61a1e35ccf0920ad83d9b78aec791e.zip |
Fixing crossdev, 2nd. d'oh-square.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 38b630bfe484..b86116ea0435 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # 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.26 2006/09/06 18:36:24 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.27 2006/09/06 19:12:03 kugelfang Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -10,7 +10,7 @@ FEATURES="autoconfig strict sfperms" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. -USE_EXPAND="FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" +USE_EXPAND="FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS" # USE_EXPAND variables whose contents are not shown in package manager |