diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 14:04:22 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 14:04:22 +0000 |
commit | 4d607802e0b481847447c216b6e3ed5dd5e15c28 (patch) | |
tree | 769c31a7f53908503126e52fe0c026e88649fe46 /profiles | |
parent | Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2 (diff) | |
download | historical-4d607802e0b481847447c216b6e3ed5dd5e15c28.tar.gz historical-4d607802e0b481847447c216b6e3ed5dd5e15c28.tar.bz2 historical-4d607802e0b481847447c216b6e3ed5dd5e15c28.zip |
Fix typo.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2006.0/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults index 7266989c6730..a940d87eb2bb 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.6 2006/01/22 06:00:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.7 2006/01/22 14:04:22 wolf31o2 Exp $ FEATURES="sandbox autoconfig" @@ -34,4 +34,4 @@ SYMLINK_LIB="yes" USE="nptl -nptlonly" # This is added due to bug #113298 -SATGE1_USE="pam" +STAGE1_USE="pam" |