diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-12 17:16:37 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-12 17:16:37 +0000 |
commit | e18c5d2a8aaeaa6fa9dc7b2745eb1091d8fa97e1 (patch) | |
tree | c0f6d131b46d7067cccebf78dd0bb6f887603435 /profiles | |
parent | This would be a server subprofile for 2006.0 if the release trees were accepted. (diff) | |
download | historical-e18c5d2a8aaeaa6fa9dc7b2745eb1091d8fa97e1.tar.gz historical-e18c5d2a8aaeaa6fa9dc7b2745eb1091d8fa97e1.tar.bz2 historical-e18c5d2a8aaeaa6fa9dc7b2745eb1091d8fa97e1.zip |
Added a minimized make.defaults and committing original as .orig, for use with 2006.0's release.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/dev/2006.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/x86/dev/2006.0/make.defaults.orig | 9 |
2 files changed, 11 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 b806187e7d16..5385cbf3372b 100644 --- a/profiles/default-linux/x86/dev/2006.0/make.defaults +++ b/profiles/default-linux/x86/dev/2006.0/make.defaults @@ -1,9 +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.6 2005/12/02 15:20:00 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.0/make.defaults,v 1.7 2006/01/12 17:16:37 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. #STAGE1_USE="nptl" -USE="alsa apache2 apm arts avi bitmap-fonts cups eds emboss encode esd 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 udev vorbis X xml2 xmms xv" +USE="cups foomaticdb gdbm gpm libg++ nptl udev" diff --git a/profiles/default-linux/x86/dev/2006.0/make.defaults.orig b/profiles/default-linux/x86/dev/2006.0/make.defaults.orig new file mode 100644 index 000000000000..5b1d63c7c365 --- /dev/null +++ b/profiles/default-linux/x86/dev/2006.0/make.defaults.orig @@ -0,0 +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.orig,v 1.1 2006/01/12 17:16:37 wolf31o2 Exp $ + +# This is currently commented so that the stage1 tarball can also be used to +# build no-nptl systems. +#STAGE1_USE="nptl" + +USE="alsa apache2 apm arts avi bitmap-fonts cups eds emboss encode esd 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 udev vorbis X xml2 xmms xv" |