From 8e193199ddad8cb14afe7e971cc51647ffdaadb8 Mon Sep 17 00:00:00 2001
From: Matsuu Takuto <matsuu@gentoo.org>
Date: Sat, 2 Jun 2007 02:41:57 +0000
Subject: Added replace-flags -Os -O2, bug #159949. Package-Manager:
 portage-2.1.2.7

---
 www-client/kazehakase/kazehakase-0.3.9.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

(limited to 'www-client/kazehakase/kazehakase-0.3.9.ebuild')

diff --git a/www-client/kazehakase/kazehakase-0.3.9.ebuild b/www-client/kazehakase/kazehakase-0.3.9.ebuild
index c1eaeaba1d59..35ce2fa07a25 100644
--- a/www-client/kazehakase/kazehakase-0.3.9.ebuild
+++ b/www-client/kazehakase/kazehakase-0.3.9.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.3.9.ebuild,v 1.7 2006/10/04 14:46:54 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.3.9.ebuild,v 1.8 2007/06/02 02:41:57 matsuu Exp $
+
+inherit flag-o-matic
 
 IUSE="hyperestraier migemo ruby ssl thumbnail"
 
@@ -28,6 +30,9 @@ RDEPEND="${DEPEND}
 src_compile(){
 	local myconf
 
+	# Bug 159949
+	replace-flags -Os -O2
+
 	if use hyperestraier; then
 		myconf="${myconf} --with-search-engine=hyperestraier"
 	else
-- 
cgit v1.2.3-65-gdbad