diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-06 22:03:37 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-06 22:03:37 +0000 |
commit | f73f7fb08279ffbaff5abd5649ad29fd25cec06a (patch) | |
tree | 3bc5cc72c15bf25ed85e6cf81c46d777c5aa73ff /games-action/descent2-demodata/descent2-demodata-1.0.ebuild | |
parent | Added latest version. Removed old versions and obsolete patches. Fixed nopies... (diff) | |
download | gentoo-2-f73f7fb08279ffbaff5abd5649ad29fd25cec06a.tar.gz gentoo-2-f73f7fb08279ffbaff5abd5649ad29fd25cec06a.tar.bz2 gentoo-2-f73f7fb08279ffbaff5abd5649ad29fd25cec06a.zip |
Removed the RDEPEND section since it was causing dependency issues and adding ~amd64 to KEYWORDS.
(Portage version: 2.1.3.7)
Diffstat (limited to 'games-action/descent2-demodata/descent2-demodata-1.0.ebuild')
-rw-r--r-- | games-action/descent2-demodata/descent2-demodata-1.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-action/descent2-demodata/descent2-demodata-1.0.ebuild b/games-action/descent2-demodata/descent2-demodata-1.0.ebuild index 3aaf146025df..734025f19cb2 100644 --- a/games-action/descent2-demodata/descent2-demodata-1.0.ebuild +++ b/games-action/descent2-demodata/descent2-demodata-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-demodata/descent2-demodata-1.0.ebuild,v 1.4 2007/02/22 05:18:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-demodata/descent2-demodata-1.0.ebuild,v 1.5 2007/09/06 22:03:37 wolf31o2 Exp $ inherit eutils games @@ -17,14 +17,14 @@ SRC_URI="ftp://ftp.funet.fi/pub/msdos/games/interplay/${DEMO} # See README.TXT LICENSE="free-noncomm" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" # d2x-0.2.5-r2 may include the demo data itself # d2x-0.2.5-r3 does not include the demo data -RDEPEND="|| ( - games-action/d2x-rebirth - >=games-action/d2x-0.2.5-r3 )" +#RDEPEND="|| ( +# games-action/d2x-rebirth +# >=games-action/d2x-0.2.5-r3 )" DEPEND="!<games-action/d2x-0.2.5-r3 app-arch/unzip app-arch/unarj" |