diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-07 14:04:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-07 14:04:20 +0000 |
commit | 693a7ca7a4b220991ceff1fde02e9a1a3910d21b (patch) | |
tree | b934b87fcfea48a4f09617397e7e8adb06d822cb /profiles | |
parent | Don't skip the visibility patch if GCC does not support it, as the constantis... (diff) | |
download | gentoo-2-693a7ca7a4b220991ceff1fde02e9a1a3910d21b.tar.gz gentoo-2-693a7ca7a4b220991ceff1fde02e9a1a3910d21b.tar.bz2 gentoo-2-693a7ca7a4b220991ceff1fde02e9a1a3910d21b.zip |
Fix typo.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/dev/2006.1/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/x86/dev/2006.1/make.defaults b/profiles/default-linux/x86/dev/2006.1/make.defaults index 7480c985644d..d4f93ac01c48 100644 --- a/profiles/default-linux/x86/dev/2006.1/make.defaults +++ b/profiles/default-linux/x86/dev/2006.1/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/x86/dev/2006.1/make.defaults,v 1.6 2006/06/07 01:20:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/make.defaults,v 1.7 2006/06/07 14:04:20 wolf31o2 Exp $ # This will be commented and replaced with just STAGE1_USE="unicode" if we do # not end up with a stable glibc 2.4 by 2006.1's release. @@ -8,7 +8,7 @@ STAGE1_USE="nptl nptlonly" # These USE flags are what is common between the various sub-profiles. USE="cups gdbm gpm libg++ nptl nptlonly udev" -# Pooibly removed in the future. +# Possibly removed in the future. USE="${USE} foomaticdb" # Possibly added in the future #USE="${USE} ppds" |