diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:10:05 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:10:05 +0000 |
commit | 65d0668ad6a790bd236dfbc3f583c4e2ecf4ce36 (patch) | |
tree | e14b55bd9b0c33441b826ed29eeedae5e72d4b97 /games-fps/unreal-tournament-goty | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | gentoo-2-65d0668ad6a790bd236dfbc3f583c4e2ecf4ce36.tar.gz gentoo-2-65d0668ad6a790bd236dfbc3f583c4e2ecf4ce36.tar.bz2 gentoo-2-65d0668ad6a790bd236dfbc3f583c4e2ecf4ce36.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-fps/unreal-tournament-goty')
3 files changed, 17 insertions, 19 deletions
diff --git a/games-fps/unreal-tournament-goty/ChangeLog b/games-fps/unreal-tournament-goty/ChangeLog index ab6132b0a13c..fd9b9c843a14 100644 --- a/games-fps/unreal-tournament-goty/ChangeLog +++ b/games-fps/unreal-tournament-goty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/unreal-tournament-goty # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/ChangeLog,v 1.11 2006/10/24 22:58:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/ChangeLog,v 1.12 2006/12/05 18:10:05 wolf31o2 Exp $ + + 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + unreal-tournament-goty-436.ebuild, unreal-tournament-goty-451.ebuild: + Removing old virtual/x11 dependency. 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> unreal-tournament-goty-436.ebuild, unreal-tournament-goty-451.ebuild: diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild index 427f9e0cd400..0c896556bf49 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-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-goty/unreal-tournament-goty-436.ebuild,v 1.11 2006/10/24 22:58:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild,v 1.12 2006/12/05 18:10:05 wolf31o2 Exp $ inherit eutils games @@ -17,13 +17,10 @@ IUSE="3dfx S3TC nls opengl" DEPEND="!games-fps/unreal-tournament app-arch/unzip" RDEPEND="opengl? ( virtual/opengl ) - || ( - ( - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 )" + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp" S=${WORKDIR} diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild index d20bc43a3424..87ffa80464a4 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-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-goty/unreal-tournament-goty-451.ebuild,v 1.14 2006/10/24 22:58:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.15 2006/12/05 18:10:05 wolf31o2 Exp $ inherit eutils games @@ -15,15 +15,12 @@ KEYWORDS="~amd64 x86" IUSE="3dfx S3TC nls 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 )" |