summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-10-21 13:09:35 +0000
committerTilman Klar <phoenix@gentoo.org>2002-10-21 13:09:35 +0000
commit8e56d3953cdaed86cb075c516de28a970429cabd (patch)
treeed3244d0a13385824363aa97d526f2b0dacbd74a /net-irc/bitchx/ChangeLog
parentcleaned up this thing (diff)
downloadgentoo-2-8e56d3953cdaed86cb075c516de28a970429cabd.tar.gz
gentoo-2-8e56d3953cdaed86cb075c516de28a970429cabd.tar.bz2
gentoo-2-8e56d3953cdaed86cb075c516de28a970429cabd.zip
Fixed a flag-o-matic issue.
Diffstat (limited to 'net-irc/bitchx/ChangeLog')
-rw-r--r--net-irc/bitchx/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog
index 0a4ec6641fe2..f127a66b82d4 100644
--- a/net-irc/bitchx/ChangeLog
+++ b/net-irc/bitchx/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for net-ircbitchxChangeLog/
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.9 2002/10/03 20:08:09 bcowan Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.10 2002/10/21 13:09:35 phoenix Exp $
*bitchx-1.0.19-r2 (26 Jun 2002)
+ 21 Oct 2002; phoen][x <phoenix@gentoo.org> bitchx-1.0.19-r2.ebuild :
+
+ Fixed the flag-o-matic setting. It explicitely replaced -O3 with -O2,
+ which made the ebuild fail on -O4++ (which aren't standard gcc settings).
+ Flag-o-matic replaces -O[3-9] with -O2 now.
+
03 Oct 2002; Brad Cowan <bcowan@gentoo.org> bitchx-1.0.19-r2.ebuild :
Added flag-o-matic to change -O3 to -O2 this fixes a segmentation fault