diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-23 23:41:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-23 23:41:08 +0000 |
commit | 821ba8a901e83a236789cdaa87905cd4dccbf482 (patch) | |
tree | 984a52593e5ee7625181dc3dba2693e34db69843 /app-emulation | |
parent | New revision with ProPolice updates (diff) | |
download | gentoo-2-821ba8a901e83a236789cdaa87905cd4dccbf482.tar.gz gentoo-2-821ba8a901e83a236789cdaa87905cd4dccbf482.tar.bz2 gentoo-2-821ba8a901e83a236789cdaa87905cd4dccbf482.zip |
fix for 18807
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/daphne/daphne-0.99.6.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/daphne/daphne-0.99.6.ebuild b/app-emulation/daphne/daphne-0.99.6.ebuild index 4e9b040a3db7..88cb0cfac975 100644 --- a/app-emulation/daphne/daphne-0.99.6.ebuild +++ b/app-emulation/daphne/daphne-0.99.6.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/daphne/daphne-0.99.6.ebuild,v 1.1 2003/07/16 01:35:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/daphne/daphne-0.99.6.ebuild,v 1.2 2003/07/23 23:41:08 vapier Exp $ -inherit games eutils +inherit games eutils flag-o-matic +replace-flags -march=i686 -march=i586 # Bug 18807 Comment #11 +replace-flags -march=pentium3 -march=i586 # Bug 18807 Comment #4 DESCRIPTION="Laserdisc Arcade Game Emulator" SRC_URI="http://www.daphne-emu.com/download/${P}-src.tar.gz" |