diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-03-18 18:38:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-03-18 18:38:11 +0000 |
commit | 91e5376c236914d2eb1ce0c0b55ef70f3ed385f7 (patch) | |
tree | 5b7a8ee640a85264b04191e880c03bcab37b59a6 /eclass/toolchain.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-91e5376c236914d2eb1ce0c0b55ef70f3ed385f7.tar.gz gentoo-2-91e5376c236914d2eb1ce0c0b55ef70f3ed385f7.tar.bz2 gentoo-2-91e5376c236914d2eb1ce0c0b55ef70f3ed385f7.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() { |