summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-26 18:56:02 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-26 18:56:02 +0000
commit0ed6e34333f9f03cb0eb6e9a635a97c6921fdb9b (patch)
tree586a610a5fe97f5081251ba8f41bc65dd721165d /games-engines
parentset ppc in keywords (diff)
downloadgentoo-2-0ed6e34333f9f03cb0eb6e9a635a97c6921fdb9b.tar.gz
gentoo-2-0ed6e34333f9f03cb0eb6e9a635a97c6921fdb9b.tar.bz2
gentoo-2-0ed6e34333f9f03cb0eb6e9a635a97c6921fdb9b.zip
touchups
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm/scummvm-0.5.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/games-engines/scummvm/scummvm-0.5.1.ebuild b/games-engines/scummvm/scummvm-0.5.1.ebuild
index 79260d40cfe2..86923171195d 100644
--- a/games-engines/scummvm/scummvm-0.5.1.ebuild
+++ b/games-engines/scummvm/scummvm-0.5.1.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.5.1.ebuild,v 1.1 2003/09/09 17:34:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.5.1.ebuild,v 1.2 2003/09/26 18:56:02 vapier Exp $
inherit games
DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures"
HOMEPAGE="http://scummvm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/scummvm/${PN}-${PV}.tar.bz2"
+SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2"
-KEYWORDS="x86 ppc"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86 ppc"
IUSE="alsa oggvorbis mad"
DEPEND="media-libs/libsdl
@@ -19,8 +19,6 @@ DEPEND="media-libs/libsdl
alsa? ( media-libs/alsa-lib )
mad? ( media-sound/mad )"
-S=${WORKDIR}/${PN}-${PV}
-
src_compile() {
egamesconf \
`use_with alsa` \