diff options
author | 2006-01-22 14:04:22 +0000 | |
---|---|---|
committer | 2006-01-22 14:04:22 +0000 | |
commit | 71cc0a14389f0e4ab94c455cb30b6c4bdd1fa13f (patch) | |
tree | c2205480ea26df580055a591c1521e1b31e0b3e1 /profiles | |
parent | Added pam to STAGE1_USE for bug #113298. (diff) | |
download | gentoo-2-71cc0a14389f0e4ab94c455cb30b6c4bdd1fa13f.tar.gz gentoo-2-71cc0a14389f0e4ab94c455cb30b6c4bdd1fa13f.tar.bz2 gentoo-2-71cc0a14389f0e4ab94c455cb30b6c4bdd1fa13f.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" |