diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 07:40:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 07:40:54 +0000 |
commit | e824b356a007a082da6c1eb146e1f0751a3f325a (patch) | |
tree | 7347b8a2bfdb7c75fbbd6674c6a86de5a3f13838 /games-emulation | |
parent | reverse parameter order of replace-cpu-flags #60597 (diff) | |
download | historical-e824b356a007a082da6c1eb146e1f0751a3f325a.tar.gz historical-e824b356a007a082da6c1eb146e1f0751a3f325a.tar.bz2 historical-e824b356a007a082da6c1eb146e1f0751a3f325a.zip |
reverse parameter order of replace-cpu-flags #60597
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/daphne/Manifest | 8 | ||||
-rw-r--r-- | games-emulation/daphne/daphne-0.99.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-emulation/daphne/Manifest b/games-emulation/daphne/Manifest index 94eabbeee3e2..bbb2f46093ef 100644 --- a/games-emulation/daphne/Manifest +++ b/games-emulation/daphne/Manifest @@ -2,14 +2,14 @@ Hash: SHA1 MD5 33dda2b9e3db204b5ee2b6f28baad36e ChangeLog 1053 -MD5 8fde2c78b448caeb2922dda3c6010a53 daphne-0.99.6-r2.ebuild 1956 +MD5 eb416c113d4423b6f9e89ef9c837c77e daphne-0.99.6-r2.ebuild 1956 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 b8108296fd1d844b69546291e958bb4c files/0.99.6-local-dapinput.patch 669 MD5 8c819c5ceafbe235dfa7fb2a35bf84ce files/digest-daphne-0.99.6-r2 70 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBJs/OHTu7gpaalycRAgcoAKCdwI4oy8h9CmeDQG+rtH2abZ/arwCgx9vW -MrHIX59nyvEn5JlsKvHZWV0= -=0vJe +iD8DBQFBVSEVHTu7gpaalycRArNGAJ9yhWahjjorEg99aWpcU+syM5mSSgCbB0Gf +8ZGfgZqOdi5nXdem/Ohe3xo= +=t76Z -----END PGP SIGNATURE----- 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}:" \ |