diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:11:54 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:11:54 +0000 |
commit | 3b57cd58b3b02361df63791e056a10d13a58495c (patch) | |
tree | 880b9116235d952928bbe99a211a628dd0bdfe33 /games-fps/unreal-tournament | |
parent | Stable on sparc (diff) | |
download | historical-3b57cd58b3b02361df63791e056a10d13a58495c.tar.gz historical-3b57cd58b3b02361df63791e056a10d13a58495c.tar.bz2 historical-3b57cd58b3b02361df63791e056a10d13a58495c.zip |
Removing old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-fps/unreal-tournament')
-rw-r--r-- | games-fps/unreal-tournament/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-436.ebuild | 13 | ||||
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 17 |
3 files changed, 17 insertions, 19 deletions
diff --git a/games-fps/unreal-tournament/ChangeLog b/games-fps/unreal-tournament/ChangeLog index 1ebfc7b729a8..801ecb899b41 100644 --- a/games-fps/unreal-tournament/ChangeLog +++ b/games-fps/unreal-tournament/ChangeLog @@ -1,6 +1,10 @@ # 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.15 2006/10/24 22:59:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.16 2006/12/05 18:07:38 wolf31o2 Exp $ + + 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + unreal-tournament-436.ebuild, unreal-tournament-451.ebuild: + Removing old virtual/x11 dependency. 24 Oct 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 d3f65f4bd1d6..9cc0b487d8c1 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.14 2006/10/24 22:59:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.15 2006/12/05 18:07:38 wolf31o2 Exp $ inherit eutils games @@ -16,13 +16,10 @@ IUSE="3dfx" DEPEND="app-arch/unzip !games-fps/unreal-tournament-goty" -RDEPEND="|| ( - ( - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 )" +RDEPEND="x11-libs/libXext + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp" S=${WORKDIR} diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index 7b3ce9617d07..daafa9f7dc70 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-451.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-451.ebuild,v 1.22 2006/10/29 03:48:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.23 2006/12/05 18:07:38 wolf31o2 Exp $ inherit eutils games @@ -15,15 +15,12 @@ KEYWORDS="-* amd64 x86" IUSE="3dfx opengl" RDEPEND="!amd64? ( - || ( - ( - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 ) - =media-libs/libsdl-1.2* - opengl? ( virtual/opengl ) ) + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + =media-libs/libsdl-1.2* + opengl? ( virtual/opengl ) ) amd64? ( app-emulation/emul-linux-x86-sdl app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs )" |