diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-29 19:55:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-29 19:55:07 +0000 |
commit | b6de122b9f17681d744fc1da8f819311430636d8 (patch) | |
tree | 8e24053896214cb8e584d86a706b60b22cff7024 /games-rpg | |
parent | Stable on SPARC wrt bug #132213. (diff) | |
download | gentoo-2-b6de122b9f17681d744fc1da8f819311430636d8.tar.gz gentoo-2-b6de122b9f17681d744fc1da8f819311430636d8.tar.bz2 gentoo-2-b6de122b9f17681d744fc1da8f819311430636d8.zip |
Fixing dependencies and closing bug #134704.
(Portage version: 2.1_rc3-r1)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/planeshift/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/planeshift/planeshift-0.3.011.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-rpg/planeshift/ChangeLog b/games-rpg/planeshift/ChangeLog index b413dcfed643..056be26d39b5 100644 --- a/games-rpg/planeshift/ChangeLog +++ b/games-rpg/planeshift/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/planeshift -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/ChangeLog,v 1.9 2005/08/31 19:34:16 malverian Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/ChangeLog,v 1.10 2006/05/29 19:55:07 wolf31o2 Exp $ + + 29 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> + planeshift-0.3.011.ebuild: + Fixing dependencies and closing bug #134704. *planeshift-0.3.011 (31 Aug 2005) diff --git a/games-rpg/planeshift/planeshift-0.3.011.ebuild b/games-rpg/planeshift/planeshift-0.3.011.ebuild index 854760dfc013..4ea0334316d4 100644 --- a/games-rpg/planeshift/planeshift-0.3.011.ebuild +++ b/games-rpg/planeshift/planeshift-0.3.011.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/planeshift-0.3.011.ebuild,v 1.2 2005/11/02 00:05:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/planeshift-0.3.011.ebuild,v 1.3 2006/05/29 19:55:07 wolf31o2 Exp $ inherit eutils games debug @@ -14,10 +14,8 @@ KEYWORDS="~amd64 ~x86 ~ppc" IUSE="debug" RDEPEND="net-misc/curl - >=dev-games/crystalspace-0.99_pre* - >=dev-games/cel-0.99_pre*" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" + =dev-games/crystalspace-0.99_pre* + =dev-games/cel-0.99_pre*" S=${WORKDIR}/${PN} |