summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-12-02 06:59:38 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-12-02 06:59:38 +0000
commit9cd0511130ef3e1f6ca50ddf59ac1908dfa7d10d (patch)
tree38693a3aed492c0c7bf9b022be62cf7c3f3a30c5 /dev-libs/cln
parentadded syslog.conf from Debian as a sample (from bug #67267) (Manifest recommit) (diff)
downloadgentoo-2-9cd0511130ef3e1f6ca50ddf59ac1908dfa7d10d.tar.gz
gentoo-2-9cd0511130ef3e1f6ca50ddf59ac1908dfa7d10d.tar.bz2
gentoo-2-9cd0511130ef3e1f6ca50ddf59ac1908dfa7d10d.zip
Fixing my last fix.
Diffstat (limited to 'dev-libs/cln')
-rw-r--r--dev-libs/cln/ChangeLog5
-rw-r--r--dev-libs/cln/cln-1.1.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/cln/ChangeLog b/dev-libs/cln/ChangeLog
index ac7169ae71c7..a8dbef67ded6 100644
--- a/dev-libs/cln/ChangeLog
+++ b/dev-libs/cln/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/cln
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/ChangeLog,v 1.11 2004/11/23 17:08:29 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/ChangeLog,v 1.12 2004/12/02 06:59:38 phosphan Exp $
+
+ 02 Dec 2004; Patrick Kursawe <phosphan@gentoo.org> cln-1.1.6.ebuild:
+ Fixing the last fix.
23 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> cln-1.1.6.ebuild:
Fixing bug #70779 (compile failure with a certain gcc version and
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