diff options
author | Travis Tilley <lv@gentoo.org> | 2005-01-30 02:08:01 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2005-01-30 02:08:01 +0000 |
commit | a9ee6ce6472f19c55f73dbec2a387f86625337f7 (patch) | |
tree | 2228b5e59744f2ad8422506b72677762d49b772d /eclass/toolchain.eclass | |
parent | version bump, cleanups. (diff) | |
download | gentoo-2-a9ee6ce6472f19c55f73dbec2a387f86625337f7.tar.gz gentoo-2-a9ee6ce6472f19c55f73dbec2a387f86625337f7.tar.bz2 gentoo-2-a9ee6ce6472f19c55f73dbec2a387f86625337f7.zip |
typo
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index b6d761bc058a..3ab81fb61a9c 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -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/eclass/toolchain.eclass,v 1.94 2005/01/27 20:26:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.95 2005/01/30 02:08:01 lv Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -1449,7 +1449,7 @@ gcc_movelibs() { #----<< src_* >>---- -#---->> unorganised crap in need of refactoring follows +#---->> unorganized crap in need of refactoring follows # This is only used by the backwards-compatible stuff above... fix_freaky_non_versioned_library_paths_that_dont_ever_get_used() { @@ -1808,3 +1808,4 @@ use_multilib() { ;; esac } + |