diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-01 22:26:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-01 22:26:11 +0000 |
commit | f88447267311b7d37f9cc512fc82858c29b3585e (patch) | |
tree | 5ea5b2e519f8a766fe84068b52096bc24faf6701 /games-rpg | |
parent | old (diff) | |
download | gentoo-2-f88447267311b7d37f9cc512fc82858c29b3585e.tar.gz gentoo-2-f88447267311b7d37f9cc512fc82858c29b3585e.tar.bz2 gentoo-2-f88447267311b7d37f9cc512fc82858c29b3585e.zip |
needs guichan-0.4
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/tmw/ChangeLog | 5 | ||||
-rw-r--r-- | games-rpg/tmw/tmw-0.0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-rpg/tmw/ChangeLog b/games-rpg/tmw/ChangeLog index 4f6cafa7985c..f9ba9ae6b1ca 100644 --- a/games-rpg/tmw/ChangeLog +++ b/games-rpg/tmw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/tmw # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.17 2006/07/25 19:30:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.18 2006/08/01 22:26:11 mr_bones_ Exp $ + + 01 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> tmw-0.0.20.ebuild: + needs guichan-0.4 *tmw-0.0.20 (25 Jul 2006) diff --git a/games-rpg/tmw/tmw-0.0.20.ebuild b/games-rpg/tmw/tmw-0.0.20.ebuild index 1cf20c2f77e1..20bf7d75fda2 100644 --- a/games-rpg/tmw/tmw-0.0.20.ebuild +++ b/games-rpg/tmw/tmw-0.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.20.ebuild,v 1.1 2006/07/25 19:30:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.20.ebuild,v 1.2 2006/08/01 22:26:11 mr_bones_ Exp $ inherit eutils games @@ -22,7 +22,7 @@ DEPEND=">=dev-games/physfs-1.0.0 media-libs/sdl-image media-libs/sdl-net net-misc/curl - >=dev-games/guichan-0.4.0" + ~dev-games/guichan-0.4.0" pkg_setup() { games_pkg_setup |