diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-09-17 07:13:50 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-09-17 07:13:50 +0000 |
commit | bb9ce6f9f557787b59356ac47c82628e0d2661fb (patch) | |
tree | 705ca55c43c0d10f2f0b7d2d035ae56d92effc91 /dev-lang/mono | |
parent | added ~ppc64 (diff) | |
download | gentoo-2-bb9ce6f9f557787b59356ac47c82628e0d2661fb.tar.gz gentoo-2-bb9ce6f9f557787b59356ac47c82628e0d2661fb.tar.bz2 gentoo-2-bb9ce6f9f557787b59356ac47c82628e0d2661fb.zip |
Fix replace-flags usage.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.1.8.3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.1.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 44a2630776a1..05570b7d29e0 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/mono # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.57 2005/09/16 05:23:18 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.58 2005/09/17 07:13:50 latexer Exp $ + + 17 Sep 2005; Peter Johanson <latexer@gentoo.org> mono-1.1.8.3.ebuild, + mono-1.1.9.ebuild: + Fix replace-flags usage. 16 Sep 2005; Peter Johanson <latexer@gentoo.org> mono-1.1.8.3.ebuild: Add flag fix for amd64. See bug #96719. diff --git a/dev-lang/mono/mono-1.1.8.3.ebuild b/dev-lang/mono/mono-1.1.8.3.ebuild index 997a9dfa6778..10c46055dfb8 100644 --- a/dev-lang/mono/mono-1.1.8.3.ebuild +++ b/dev-lang/mono/mono-1.1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.8.3.ebuild,v 1.2 2005/09/16 05:23:18 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.8.3.ebuild,v 1.3 2005/09/17 07:13:50 latexer Exp $ inherit eutils mono flag-o-matic @@ -65,7 +65,7 @@ src_compile() { strip-flags if use amd64 then - replace-flags O2 O1 + replace-flags -O2 -O1 fi local myconf="--with-preview=yes" diff --git a/dev-lang/mono/mono-1.1.9.ebuild b/dev-lang/mono/mono-1.1.9.ebuild index ccd2e74e2435..e410f112812d 100644 --- a/dev-lang/mono/mono-1.1.9.ebuild +++ b/dev-lang/mono/mono-1.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.9.ebuild,v 1.1 2005/09/16 05:11:21 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.9.ebuild,v 1.2 2005/09/17 07:13:50 latexer Exp $ inherit eutils mono flag-o-matic @@ -55,7 +55,7 @@ src_compile() { # Replace O2 flag on amd64. See bug #96719 if use amd64 then - replace-flags O2 O1 + replace-flags -O2 -O1 fi local myconf="--with-preview=yes" |