summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-31 06:53:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-31 06:53:08 +0000
commit42317ef20f07675339fe5ba8ea2764c901dc6156 (patch)
tree5513fb20c97e81f9f6a52b4da4ed36774c8f6da6 /games-action
parentdon't rdepend on nasm; depend on sed >= 4 (diff)
downloadhistorical-42317ef20f07675339fe5ba8ea2764c901dc6156.tar.gz
historical-42317ef20f07675339fe5ba8ea2764c901dc6156.tar.bz2
historical-42317ef20f07675339fe5ba8ea2764c901dc6156.zip
don't rdepend on nasm
Diffstat (limited to 'games-action')
-rw-r--r--games-action/d2x/ChangeLog7
-rw-r--r--games-action/d2x/d2x-0.2.5.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/games-action/d2x/ChangeLog b/games-action/d2x/ChangeLog
index c85840deedc6..e80bf541cb54 100644
--- a/games-action/d2x/ChangeLog
+++ b/games-action/d2x/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/d2x
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.2 2003/09/10 20:27:47 vapier Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.3 2004/03/31 06:53:08 mr_bones_ Exp $
+
+ 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> d2x-0.2.5.ebuild:
+ don't rdepend on nasm
*d2x-0.2.5 (19 Jul 2003)
diff --git a/games-action/d2x/d2x-0.2.5.ebuild b/games-action/d2x/d2x-0.2.5.ebuild
index bf0e689304f0..c77cd4089d6a 100644
--- a/games-action/d2x/d2x-0.2.5.ebuild
+++ b/games-action/d2x/d2x-0.2.5.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5.ebuild,v 1.3 2004/03/14 18:19:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5.ebuild,v 1.4 2004/03/31 06:53:08 mr_bones_ Exp $
-inherit games flag-o-matic eutils
+inherit flag-o-matic eutils games
-DATAFILE=d2shar10
+DATAFILE="d2shar10"
DESCRIPTION="Descent 2"
HOMEPAGE="http://icculus.org/d2x/"
SRC_URI="http://icculus.org/d2x/src/${P}.tar.gz
@@ -15,11 +15,12 @@ SLOT="0"
KEYWORDS="x86 ppc"
IUSE="debug opengl ggi svga"
-DEPEND="media-libs/libsdl
+RDEPEND="media-libs/libsdl
media-libs/sdl-image
opengl? ( virtual/opengl )
ggi? ( media-libs/libggi )
- svga? ( media-libs/svgalib )
+ svga? ( media-libs/svgalib )"
+DEPEND="${RDEPEND}
x86? ( dev-lang/nasm )"
src_unpack() {