From 0448b28d4e162029829dcd1cf4f9320879b3dfcb Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Sun, 21 May 2006 22:20:52 +0000 Subject: Replace -O* flags with -O1, bug #84034. Package-Manager: portage-2.0.54-r2 --- sci-electronics/spice/ChangeLog | 5 ++++- sci-electronics/spice/Manifest | 4 ++-- sci-electronics/spice/spice-3.5.5.ebuild | 7 +++++-- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'sci-electronics') 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 spice-3.5.5.ebuild: + Replace -O* flags with -O1, bug #84034. 21 May 2006; Denis Dupeyron +files/spice-3.5.5-gcc-4.1.patch, metadata.xml, spice-3.5.5.ebuild: diff --git a/sci-electronics/spice/Manifest b/sci-electronics/spice/Manifest index 2036bbfc90a0..44823c75fc59 100644 --- a/sci-electronics/spice/Manifest +++ b/sci-electronics/spice/Manifest @@ -1,5 +1,5 @@ -MD5 6297cee9b3ba6fa7139d1f42be14f9a2 ChangeLog 1879 +MD5 d341763fe3b649214d788e6addfa0ba7 ChangeLog 1993 MD5 95e9084323d2adf97b66193093ed2262 files/digest-spice-3.5.5 65 MD5 490bbc3ce696fc903a2ddedd19ad6fe7 files/spice-3.5.5-gcc-4.1.patch 2511 MD5 cefa75b0a06053277ea938f4e4fdd6e5 metadata.xml 219 -MD5 a583e1bd7d4a6d91ccb58b46f9bec0ce spice-3.5.5.ebuild 1398 +MD5 c6e9ebe669f784411b364fd9be3cd8fb spice-3.5.5.ebuild 1464 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" -- cgit v1.2.3-65-gdbad