diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2006-05-21 22:20:52 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2006-05-21 22:20:52 +0000 |
commit | ba01dd283412a571942715b5a11034d17e1ffdfe (patch) | |
tree | fabf153def299b1448efe9190b586546c3bf20f1 /sci-electronics/spice/spice-3.5.5.ebuild | |
parent | Drop apache use flag since it is global flag already (diff) | |
download | gentoo-2-ba01dd283412a571942715b5a11034d17e1ffdfe.tar.gz gentoo-2-ba01dd283412a571942715b5a11034d17e1ffdfe.tar.bz2 gentoo-2-ba01dd283412a571942715b5a11034d17e1ffdfe.zip |
Replace -O* flags with -O1, bug #84034.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'sci-electronics/spice/spice-3.5.5.ebuild')
-rw-r--r-- | sci-electronics/spice/spice-3.5.5.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-electronics/spice/spice-3.5.5.ebuild b/sci-electronics/spice/spice-3.5.5.ebuild index 6cf5112399b4..06cdd57cf6cc 100644 --- a/sci-electronics/spice/spice-3.5.5.ebuild +++ b/sci-electronics/spice/spice-3.5.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/spice-3.5.5.ebuild,v 1.3 2006/05/21 20:25:25 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/spice-3.5.5.ebuild,v 1.4 2006/05/21 22:20:52 calchan Exp $ -inherit eutils +inherit eutils flag-o-matic IUSE="" @@ -24,6 +24,9 @@ DEPEND="sys-libs/ncurses S=${WORKDIR}/${MY_P} src_unpack() { + # spice accepts -O1 at most + replace-flags -O* -O1 + unpack ${A} cd ${S}/conf [ -z $EDITOR ] || EDITOR="vim" |