diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-31 23:03:05 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-31 23:03:05 +0000 |
commit | adf9e07b575cce0b5a85c2960acac82d7befba26 (patch) | |
tree | 25a4a7bd954d4791b76d82f1d2ae8901b46b6bda /profiles | |
parent | Mark 1.29 stable on alpha (diff) | |
download | gentoo-2-adf9e07b575cce0b5a85c2960acac82d7befba26.tar.gz gentoo-2-adf9e07b575cce0b5a85c2960acac82d7befba26.tar.bz2 gentoo-2-adf9e07b575cce0b5a85c2960acac82d7befba26.zip |
Removing pam from STAGE1_USE (commented).
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/alpha/2006.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/x86/2006.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/x86/dev/2006.0/make.defaults | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/profiles/default-linux/alpha/2006.0/make.defaults b/profiles/default-linux/alpha/2006.0/make.defaults index 23e0326ae45b..c29b8a73fba8 100644 --- a/profiles/default-linux/alpha/2006.0/make.defaults +++ b/profiles/default-linux/alpha/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/alpha/2006.0/make.defaults,v 1.4 2006/01/31 22:38:56 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.0/make.defaults,v 1.5 2006/01/31 23:02:49 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. -#STAGE1_USE="nptl pam" +#STAGE1_USE="nptl" USE="alsa apache2 arts avi bitmap-fonts cups eds encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg nptl nptlonly ogg opengl oss pdflib png qt quicktime sdl spell truetype truetype-fonts type1-fonts udev vorbis X xml xmms xv" diff --git a/profiles/default-linux/x86/2006.0/make.defaults b/profiles/default-linux/x86/2006.0/make.defaults index 171f7a79057f..8737d0d0ba98 100644 --- a/profiles/default-linux/x86/2006.0/make.defaults +++ b/profiles/default-linux/x86/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/2006.0/make.defaults,v 1.5 2006/01/31 22:51:51 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.0/make.defaults,v 1.6 2006/01/31 23:03:05 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. -#STAGE1_USE="nptl pam" +#STAGE1_USE="nptl" USE="alsa apache2 apm arts avi cups eds emboss encode esd foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg nptl ogg opengl oss pdflib png qt quicktime sdl spell truetype udev vorbis X xml xmms xv" diff --git a/profiles/default-linux/x86/dev/2006.0/make.defaults b/profiles/default-linux/x86/dev/2006.0/make.defaults index 4059be4914e3..da9a752ff0bd 100644 --- a/profiles/default-linux/x86/dev/2006.0/make.defaults +++ b/profiles/default-linux/x86/dev/2006.0/make.defaults @@ -1,10 +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.8 2006/01/21 05:02:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.0/make.defaults,v 1.9 2006/01/31 23:03:05 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. #STAGE1_USE="nptl" -STAGE1_USE="pam" USE="cups foomaticdb gdbm gpm ldap libg++ nptl udev" |