From e10d00333b48d8c0ab42676071e0034899965180 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 10 Feb 2006 16:22:37 +0000 Subject: Added modular X dependencies and closing bug #121203. Package-Manager: portage-2.1_pre4-r1 --- games-fps/unreal-tournament/ChangeLog | 8 ++++++-- games-fps/unreal-tournament/unreal-tournament-436.ebuild | 12 +++++++++--- games-fps/unreal-tournament/unreal-tournament-451.ebuild | 13 ++++++++++--- 3 files changed, 25 insertions(+), 8 deletions(-) (limited to 'games-fps/unreal-tournament') diff --git a/games-fps/unreal-tournament/ChangeLog b/games-fps/unreal-tournament/ChangeLog index 267f4186a427..e889264b9487 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.11 2005/12/20 13:13:03 flameeyes Exp $ +# 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 $ + + 10 Feb 2006; Chris Gianelloni + unreal-tournament-436.ebuild, unreal-tournament-451.ebuild: + Added modular X dependencies and closing bug #121203. 20 Dec 2005; Diego Pettenò 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 288e78fc09bf..17979b0474f2 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-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-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.10 2005/05/12 12:15:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.11 2006/02/10 16:18:12 wolf31o2 Exp $ inherit eutils games @@ -16,7 +16,13 @@ IUSE="3dfx" DEPEND="app-arch/unzip !games-fps/unreal-tournament-goty" -RDEPEND="virtual/x11" +RDEPEND="|| ( + ( + x11-libs/libXext + x11-libx/libX11 + x11-libs/libXau + x11-libs/libXdmcp ) + virtual/x11 )" S=${WORKDIR} diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index e4d1827f9559..da690224b924 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-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-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.18 2005/12/21 20:03:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.19 2006/02/10 16:18:12 wolf31o2 Exp $ inherit eutils games @@ -14,7 +14,14 @@ SLOT="0" KEYWORDS="-* amd64 x86" IUSE="3dfx opengl" -RDEPEND="!amd64? ( virtual/x11 +RDEPEND="!amd64? ( + || ( + ( + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp ) + virtual/x11 ) =media-libs/libsdl-1.2* opengl? ( virtual/opengl ) ) amd64? ( app-emulation/emul-linux-x86-sdl -- cgit v1.2.3-65-gdbad