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 | |
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')
-rw-r--r-- | sci-electronics/spice/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/spice/spice-3.5.5.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-electronics/spice/ChangeLog b/sci-electronics/spice/ChangeLog index adfa50d557ad..bf4d0e81399e 100644 --- a/sci-electronics/spice/ChangeLog +++ b/sci-electronics/spice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/spice # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/ChangeLog,v 1.4 2006/05/21 20:25:25 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/ChangeLog,v 1.5 2006/05/21 22:20:52 calchan Exp $ + + 21 May 2006; Denis Dupeyron <calchan@gentoo.org> spice-3.5.5.ebuild: + Replace -O* flags with -O1, bug #84034. 21 May 2006; Denis Dupeyron <calchan@gentoo.org> +files/spice-3.5.5-gcc-4.1.patch, metadata.xml, spice-3.5.5.ebuild: 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" |