diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 06:51:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 06:51:40 +0000 |
commit | 45800592bc32a81174b09eb5491d4550cdf6ea0d (patch) | |
tree | 840de41dec98805fc54f9d935071b0bd7afd5ac7 /games-action | |
parent | don't rdepend on nasm (Manifest recommit) (diff) | |
download | gentoo-2-45800592bc32a81174b09eb5491d4550cdf6ea0d.tar.gz gentoo-2-45800592bc32a81174b09eb5491d4550cdf6ea0d.tar.bz2 gentoo-2-45800592bc32a81174b09eb5491d4550cdf6ea0d.zip |
don't rdepend on nasm; depend on sed >= 4
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/d1x/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/d1x/d1x-20040118.ebuild | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/games-action/d1x/ChangeLog b/games-action/d1x/ChangeLog index 051451aa6638..aebc6d3ee4cb 100644 --- a/games-action/d1x/ChangeLog +++ b/games-action/d1x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/d1x # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.2 2004/02/24 06:28:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.3 2004/03/31 06:51:40 mr_bones_ Exp $ + + 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> d1x-20040118.ebuild: + don't rdepend on nasm; depend on sed >= 4 *d1x-20040118 (19 Jan 2004) diff --git a/games-action/d1x/d1x-20040118.ebuild b/games-action/d1x/d1x-20040118.ebuild index 251e2eed1766..4bc60184fcb1 100644 --- a/games-action/d1x/d1x-20040118.ebuild +++ b/games-action/d1x/d1x-20040118.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-action/d1x/d1x-20040118.ebuild,v 1.1 2004/02/17 18:22:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/d1x-20040118.ebuild,v 1.2 2004/03/31 06:51:40 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="Descent 1 Source Project" HOMEPAGE="http://d1x.warpcore.org" @@ -13,15 +13,18 @@ SLOT="0" KEYWORDS="x86" IUSE="opengl" -DEPEND=">=dev-lang/nasm-0.97 +RDEPEND="virtual/glibc media-libs/libsdl opengl? ( virtual/opengl media-libs/libpng sys-libs/zlib )" +DEPEND="${RDEPEND} + >=sys-apps/sed-4 + >=dev-lang/nasm-0.97" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" pkg_setup () { cdrom_get_cds descent |