diff options
author | 2006-03-18 18:38:11 +0000 | |
---|---|---|
committer | 2006-03-18 18:38:11 +0000 | |
commit | c49fd86bd4668870d08f85892ecb8a7fba1e4615 (patch) | |
tree | a45af73b5683c7fd7d9402e79a1ba672b8d5d710 /eclass/toolchain.eclass | |
parent | Version bump. (diff) | |
download | historical-c49fd86bd4668870d08f85892ecb8a7fba1e4615.tar.gz historical-c49fd86bd4668870d08f85892ecb8a7fba1e4615.tar.bz2 historical-c49fd86bd4668870d08f85892ecb8a7fba1e4615.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 2b5e4ba91dbc..abc7f584cc0b 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.251 2006/03/16 09:11:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.252 2006/03/18 18:38:11 swegener Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -2241,7 +2241,7 @@ is_uclibc() { is_allowed() { return 0 # [[ -z ${TOOLCHAIN_ALLOWED_LANGS} ]] && return 0 -# [[ " ${TOOLCHAIN_ALLOWED_LANGS} " != " "*$1*" " ]] +# [[ " ${TOOLCHAIN_ALLOWED_LANGS} " != " "*$1*" " ]] } is_cxx() { |