diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-06 22:30:22 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-06 22:30:22 +0000 |
commit | 57bb71f67a3cfe40c6972be7d9a5b255c683c140 (patch) | |
tree | e5eb8059f886f6feb3465bff30f6b9bfb5cf1cf4 /games-action/descent2-data | |
parent | josm bump (diff) | |
download | gentoo-2-57bb71f67a3cfe40c6972be7d9a5b255c683c140.tar.gz gentoo-2-57bb71f67a3cfe40c6972be7d9a5b255c683c140.tar.bz2 gentoo-2-57bb71f67a3cfe40c6972be7d9a5b255c683c140.zip |
Removed the RDEPEND section since it was causing dependency issues.
(Portage version: 2.1.3.7)
Diffstat (limited to 'games-action/descent2-data')
-rw-r--r-- | games-action/descent2-data/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/descent2-data/descent2-data-1.0.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/descent2-data/ChangeLog b/games-action/descent2-data/ChangeLog index 521eae117f84..d55823939484 100644 --- a/games-action/descent2-data/ChangeLog +++ b/games-action/descent2-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent2-data # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-data/ChangeLog,v 1.3 2007/03/07 21:40:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-data/ChangeLog,v 1.4 2007/09/06 22:30:22 wolf31o2 Exp $ + + 06 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> + descent2-data-1.0.ebuild: + Removed the RDEPEND section since it was causing dependency issues. 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> descent2-data-1.0.ebuild: diff --git a/games-action/descent2-data/descent2-data-1.0.ebuild b/games-action/descent2-data/descent2-data-1.0.ebuild index f694df8962e1..74ce198bf7df 100644 --- a/games-action/descent2-data/descent2-data-1.0.ebuild +++ b/games-action/descent2-data/descent2-data-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-data/descent2-data-1.0.ebuild,v 1.4 2007/03/07 21:40:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild,v 1.5 2007/09/06 22:30:22 wolf31o2 Exp $ inherit eutils games @@ -23,9 +23,9 @@ IUSE="videos" # d2x-0.2.5-r2 may include the CD data itself. # d2x-0.2.5-r3 does not include the CD data. # d2x-rebirth is favoured because it is stable. -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/unarj" |