From 9ad1a2be383a539e3695fbec46c5a21f6e818fa6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 25 Sep 2004 07:43:50 +0000 Subject: reverse parameter order of replace-cpu-flags #60597 --- games-emulation/daphne/daphne-0.99.6-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-emulation/daphne') diff --git a/games-emulation/daphne/daphne-0.99.6-r2.ebuild b/games-emulation/daphne/daphne-0.99.6-r2.ebuild index bf9a79fdaeb3..3474b83cf2dc 100644 --- a/games-emulation/daphne/daphne-0.99.6-r2.ebuild +++ b/games-emulation/daphne/daphne-0.99.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/daphne-0.99.6-r2.ebuild,v 1.7 2004/08/21 04:29:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/daphne-0.99.6-r2.ebuild,v 1.8 2004/09/25 07:40:54 vapier Exp $ inherit eutils flag-o-matic games @@ -25,7 +25,7 @@ S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} - replace-cpu-flags i586 i686 pentium3 pentium4 #18807 + replace-cpu-flags i686 pentium3 pentium4 i586 #18807 cd "${S}/src" sed -e "s:-march=i686:${CFLAGS}:" \ -- cgit v1.2.3-65-gdbad