diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-15 19:18:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-15 19:18:06 +0000 |
commit | c75fc3b3be29b55cf3abbe0d4b88d3a976a97fc3 (patch) | |
tree | d6632c087a7c3c2d7322e1fd867177d89132955d /games-fps | |
parent | ppc stable, bug #122721 (diff) | |
download | gentoo-2-c75fc3b3be29b55cf3abbe0d4b88d3a976a97fc3.tar.gz gentoo-2-c75fc3b3be29b55cf3abbe0d4b88d3a976a97fc3.tar.bz2 gentoo-2-c75fc3b3be29b55cf3abbe0d4b88d3a976a97fc3.zip |
Fixed typo and closing bug #122902. Thanks to ciaranm for pointing out my obvious fat-fingering.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/unreal-tournament/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-436.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-fps/unreal-tournament/ChangeLog b/games-fps/unreal-tournament/ChangeLog index e889264b9487..891ee601ff3b 100644 --- a/games-fps/unreal-tournament/ChangeLog +++ b/games-fps/unreal-tournament/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/unreal-tournament # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.12 2006/02/10 16:18:12 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.13 2006/02/15 19:18:06 wolf31o2 Exp $ + + 15 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> + unreal-tournament-436.ebuild: + Fixed typo and closing bug #122902. Thanks to ciaranm for pointing out my + obvious fat-fingering. 10 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> unreal-tournament-436.ebuild, unreal-tournament-451.ebuild: diff --git a/games-fps/unreal-tournament/unreal-tournament-436.ebuild b/games-fps/unreal-tournament/unreal-tournament-436.ebuild index 17979b0474f2..0fa3bfbf0ec6 100644 --- a/games-fps/unreal-tournament/unreal-tournament-436.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-436.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-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.11 2006/02/10 16:18:12 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.12 2006/02/15 19:18:06 wolf31o2 Exp $ inherit eutils games @@ -19,7 +19,7 @@ DEPEND="app-arch/unzip RDEPEND="|| ( ( x11-libs/libXext - x11-libx/libX11 + x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp ) virtual/x11 )" |