diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-16 10:31:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-16 10:31:59 +0000 |
commit | e41058740f1defe64dda8aee153a37e764622d1d (patch) | |
tree | 284d3ef40090762c56c0eb6e227513ece7dc354f /eclass | |
parent | new version; can now be installed in parallel with mono (diff) | |
download | historical-e41058740f1defe64dda8aee153a37e764622d1d.tar.gz historical-e41058740f1defe64dda8aee153a37e764622d1d.tar.bz2 historical-e41058740f1defe64dda8aee153a37e764622d1d.zip |
touchup copyright/whitespace
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-funcs.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 4fa49176ef98..d4993f55d3da 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.25 2005/01/16 09:28:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.26 2005/01/16 10:31:59 vapier Exp $ # # Author: Toolchain Ninjas <ninjas@gentoo.org> # @@ -111,7 +111,7 @@ ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; } sh64*) ninj sh64 sh;; sh*) echo sh;; i?86*) ninj i386 x86;; - *) echo wtf;; + *) echo wtf;; esac } tc-arch-kernel() { |