summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-10 08:31:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-10 08:31:48 +0000
commita2d1e85b524ef5e64f1afea5209398151dee681b (patch)
tree042cc312ef32c79b1f0160de8514652f5172b730 /games-emulation
parentNew ebuild for mlton binary release (Manifest recommit) (diff)
downloadgentoo-2-a2d1e85b524ef5e64f1afea5209398151dee681b.tar.gz
gentoo-2-a2d1e85b524ef5e64f1afea5209398151dee681b.tar.bz2
gentoo-2-a2d1e85b524ef5e64f1afea5209398151dee681b.zip
inherit eutils for epatch
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dosbox/dosbox-0.61.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games-emulation/dosbox/dosbox-0.61.ebuild b/games-emulation/dosbox/dosbox-0.61.ebuild
index 24d25d50a275..e8c578b8c290 100644
--- a/games-emulation/dosbox/dosbox-0.61.ebuild
+++ b/games-emulation/dosbox/dosbox-0.61.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.61.ebuild,v 1.7 2004/06/10 08:11:45 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.61.ebuild,v 1.8 2004/06/10 08:31:48 mr_bones_ Exp $
-inherit games
+inherit eutils games
DESCRIPTION="DOS emulator"
HOMEPAGE="http://dosbox.sourceforge.net/"
@@ -21,10 +21,9 @@ DEPEND="virtual/glibc
media-libs/libpng
media-libs/sdl-net"
-src_unpack()
-{
+src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/dosbox_gcc34.gz
+ epatch "${FILESDIR}/dosbox_gcc34.gz"
}
src_compile() {