summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-05-08 21:58:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-05-08 21:58:55 +0000
commit53c207a4023c72883b5b3e339b89d67c8c960fc4 (patch)
tree278091fcb9675ab147cd7bea22a49c1c207adb02 /games-emulation
parentRunning behind, bumped package to two latest releases, added two new USE flag... (diff)
downloadgentoo-2-53c207a4023c72883b5b3e339b89d67c8c960fc4.tar.gz
gentoo-2-53c207a4023c72883b5b3e339b89d67c8c960fc4.tar.bz2
gentoo-2-53c207a4023c72883b5b3e339b89d67c8c960fc4.zip
never try to run nasmw
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/raine/ChangeLog5
-rw-r--r--games-emulation/raine/raine-0.50.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/raine/ChangeLog b/games-emulation/raine/ChangeLog
index 6437c15ba425..78c18e154c52 100644
--- a/games-emulation/raine/ChangeLog
+++ b/games-emulation/raine/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/raine
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.20 2008/05/08 21:03:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.21 2008/05/08 21:58:55 mr_bones_ Exp $
+
+ 08 May 2008; Michael Sterrett <mr_bones_@gentoo.org> raine-0.50.7.ebuild:
+ never try to run nasmw
08 May 2008; Michael Sterrett <mr_bones_@gentoo.org> raine-0.50.7.ebuild:
stable for x86
diff --git a/games-emulation/raine/raine-0.50.7.ebuild b/games-emulation/raine/raine-0.50.7.ebuild
index ce39e10adc8e..11b5c36afa4c 100644
--- a/games-emulation/raine/raine-0.50.7.ebuild
+++ b/games-emulation/raine/raine-0.50.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.50.7.ebuild,v 1.2 2008/05/08 21:03:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.50.7.ebuild,v 1.3 2008/05/08 21:58:55 mr_bones_ Exp $
inherit versionator games
@@ -35,7 +35,7 @@ src_unpack() {
echo > cpuinfo
sed -i \
-e "/prefix =/s:/usr::" \
- -e "s:nasm -r:echo nasm:" \
+ -e "s:nasmw:nasm:" \
-e "/bindir/s:=.*:=\$(DESTDIR)${GAMES_BINDIR}:" \
-e "/sharedir =/s:=.*:=\$(DESTDIR)${GAMES_DATADIR}:" \
-e "/mandir/s:=.*:=\$(DESTDIR)/usr/share/man/man6:" \