summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2006-05-21 22:20:52 +0000
committerDenis Dupeyron <calchan@gentoo.org>2006-05-21 22:20:52 +0000
commit0448b28d4e162029829dcd1cf4f9320879b3dfcb (patch)
tree1bbc71a4d3887019e4f5d5b6ce0361fa7166826f /sci-electronics
parentDrop apache use flag since it is global flag already (diff)
downloadhistorical-0448b28d4e162029829dcd1cf4f9320879b3dfcb.tar.gz
historical-0448b28d4e162029829dcd1cf4f9320879b3dfcb.tar.bz2
historical-0448b28d4e162029829dcd1cf4f9320879b3dfcb.zip
Replace -O* flags with -O1, bug #84034.
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/spice/ChangeLog5
-rw-r--r--sci-electronics/spice/Manifest4
-rw-r--r--sci-electronics/spice/spice-3.5.5.ebuild7
3 files changed, 11 insertions, 5 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/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"