summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-12 10:06:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-12 10:06:23 +0000
commit018368400eac9c56928bc8bdd79b6ade04e352ee (patch)
treeef0b766f4282eeebd91186b7ef80e19094463508 /games-emulation/openmsx/openmsx-0.4.0.ebuild
parentmake the patch use PV so I can clean easier later; no backticks (Manifest rec... (diff)
downloadgentoo-2-018368400eac9c56928bc8bdd79b6ade04e352ee.tar.gz
gentoo-2-018368400eac9c56928bc8bdd79b6ade04e352ee.tar.bz2
gentoo-2-018368400eac9c56928bc8bdd79b6ade04e352ee.zip
!nomirror
Diffstat (limited to 'games-emulation/openmsx/openmsx-0.4.0.ebuild')
-rw-r--r--games-emulation/openmsx/openmsx-0.4.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/games-emulation/openmsx/openmsx-0.4.0.ebuild b/games-emulation/openmsx/openmsx-0.4.0.ebuild
index dfb27d48e88c..a79fe785dc4f 100644
--- a/games-emulation/openmsx/openmsx-0.4.0.ebuild
+++ b/games-emulation/openmsx/openmsx-0.4.0.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.4.0.ebuild,v 1.3 2004/06/24 22:32:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.4.0.ebuild,v 1.4 2004/09/12 10:06:23 mr_bones_ Exp $
inherit flag-o-matic eutils games
DESCRIPTION="MSX emulator that aims for perfection"
HOMEPAGE="http://openmsx.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
@@ -25,7 +24,7 @@ DEPEND="dev-lang/tcl
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/${P}-custom.mk.patch"
epatch "${FILESDIR}/${P}-symlinking.patch"