diff options
Diffstat (limited to 'dev-libs/cln/cln-1.1.6.ebuild')
-rw-r--r-- | dev-libs/cln/cln-1.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cln/cln-1.1.6.ebuild b/dev-libs/cln/cln-1.1.6.ebuild index ea65e03ea98f..ee92b05b47b2 100644 --- a/dev-libs/cln/cln-1.1.6.ebuild +++ b/dev-libs/cln/cln-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/cln-1.1.6.ebuild,v 1.5 2004/11/23 17:08:29 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/cln-1.1.6.ebuild,v 1.6 2004/12/02 06:59:38 phosphan Exp $ inherit flag-o-matic toolchain-funcs @@ -29,7 +29,7 @@ src_compile() { fi # Trouble: see bug #70779 - if ["$( gcc-fullversion )" == "3.3.4" ]; then + if [ "$( gcc-fullversion )" == "3.3.4" ]; then filter-flags -finline-functions fi |