diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-16 19:31:15 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-16 19:31:15 +0000 |
commit | 7f0ba2b10baf6df5f603f5dd2a33580850ed7c06 (patch) | |
tree | f924c34dfe9a482c8cddfeaef7b131c69a9412ac /profiles | |
parent | Marked ppc stable for bug #110637. (diff) | |
download | historical-7f0ba2b10baf6df5f603f5dd2a33580850ed7c06.tar.gz historical-7f0ba2b10baf6df5f603f5dd2a33580850ed7c06.tar.bz2 historical-7f0ba2b10baf6df5f603f5dd2a33580850ed7c06.zip |
Commented STAGE1_USE due to need for older non-nptl profiles.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/dev/2006.0/make.defaults | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/default-linux/x86/dev/2006.0/make.defaults b/profiles/default-linux/x86/dev/2006.0/make.defaults index f7805976adfb..6356fada9e65 100644 --- a/profiles/default-linux/x86/dev/2006.0/make.defaults +++ b/profiles/default-linux/x86/dev/2006.0/make.defaults @@ -1,7 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.0/make.defaults,v 1.2 2005/11/16 12:22:32 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.0/make.defaults,v 1.3 2005/11/16 19:31:15 wolf31o2 Exp $ -STAGE1_USE="nptl" +# This is currently commented so that the stage1 tarball can also be used to +# build no-nptl systems. +#STAGE1_USE="nptl" USE="alsa apm arts avi bitmap-fonts cups eds emboss encode fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg nptl ogg oggvorbis opengl oss pdflib png qt quicktime sdl spell truetype truetype-fonts type1-fonts vorbis X xml2 xmms xv" |