diff options
author | 2006-01-31 22:40:28 +0000 | |
---|---|---|
committer | 2006-01-31 22:40:28 +0000 | |
commit | fc9049eace51db311f7cd0afa3a11e85dcc3f650 (patch) | |
tree | 0d61ee391908f8e0138fa2d74a2345933495c77d /profiles | |
parent | Mark 1.041 stable on alpha (diff) | |
download | gentoo-2-fc9049eace51db311f7cd0afa3a11e85dcc3f650.tar.gz gentoo-2-fc9049eace51db311f7cd0afa3a11e85dcc3f650.tar.bz2 gentoo-2-fc9049eace51db311f7cd0afa3a11e85dcc3f650.zip |
Removing STAGE1_USE=pam since it causes way more problems than it resolves.
Diffstat (limited to 'profiles')
4 files changed, 5 insertions, 11 deletions
diff --git a/profiles/default-linux/alpha/2006.0/make.defaults b/profiles/default-linux/alpha/2006.0/make.defaults index 8fc9b900d453..23e0326ae45b 100644 --- a/profiles/default-linux/alpha/2006.0/make.defaults +++ b/profiles/default-linux/alpha/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/alpha/2006.0/make.defaults,v 1.3 2006/01/24 16:21:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.0/make.defaults,v 1.4 2006/01/31 22:38:56 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="pam" 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/alpha/no-nptl/make.defaults b/profiles/default-linux/alpha/no-nptl/make.defaults index bb75797f485d..30786033eb8c 100644 --- a/profiles/default-linux/alpha/no-nptl/make.defaults +++ b/profiles/default-linux/alpha/no-nptl/make.defaults @@ -1,7 +1,7 @@ # 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/no-nptl/make.defaults,v 1.3 2006/01/24 16:22:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/no-nptl/make.defaults,v 1.4 2006/01/31 22:38:56 wolf31o2 Exp $ -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 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/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults index a940d87eb2bb..bf0a90467cb3 100644 --- a/profiles/default-linux/amd64/2006.0/make.defaults +++ b/profiles/default-linux/amd64/2006.0/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-linux/amd64/2006.0/make.defaults,v 1.7 2006/01/22 14:04:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.8 2006/01/31 22:39:42 wolf31o2 Exp $ FEATURES="sandbox autoconfig" @@ -32,6 +32,3 @@ SYMLINK_LIB="yes" # Switch to nptl, but no nptlonly yet. USE="nptl -nptlonly" - -# This is added due to bug #113298 -STAGE1_USE="pam" diff --git a/profiles/default-linux/ia64/2006.0/make.defaults b/profiles/default-linux/ia64/2006.0/make.defaults index a03e43f5f28d..194601eb451e 100644 --- a/profiles/default-linux/ia64/2006.0/make.defaults +++ b/profiles/default-linux/ia64/2006.0/make.defaults @@ -1,7 +1,5 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2006.0/make.defaults,v 1.1 2006/01/27 19:29:06 wolf31o2 Exp $ - -STAGE1_USE="pam" +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2006.0/make.defaults,v 1.2 2006/01/31 22:40:28 wolf31o2 Exp $ USE="apache2 cups eds encode foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif ogg opengl oss pdflib png qt quicktime sdl spell truetype udev vorbis X xml2 xmms xv" |