diff options
Diffstat (limited to 'games-fps/unreal-tournament')
-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 )" |