diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:06:26 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:06:26 +0000 |
commit | 7c38a5dfebd96f964dc61e3888b44e5650456dd5 (patch) | |
tree | e713a3aa204b8157cb35c5e53515e9f57dd67873 /games-fps/unreal | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | gentoo-2-7c38a5dfebd96f964dc61e3888b44e5650456dd5.tar.gz gentoo-2-7c38a5dfebd96f964dc61e3888b44e5650456dd5.tar.bz2 gentoo-2-7c38a5dfebd96f964dc61e3888b44e5650456dd5.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-fps/unreal')
-rw-r--r-- | games-fps/unreal/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 17 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games-fps/unreal/ChangeLog b/games-fps/unreal/ChangeLog index a57ac79af855..72bc5e2dbb7c 100644 --- a/games-fps/unreal/ChangeLog +++ b/games-fps/unreal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/unreal # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.11 2006/10/24 23:00:00 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.12 2006/12/05 18:06:26 wolf31o2 Exp $ + + 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> unreal-226.ebuild: + Removing old virtual/x11 dependency. 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> unreal-226.ebuild: Moved cdrom_get_cds to src_unpack since binary packages don't require the diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index a0258858ff3f..a561701c50a2 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.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/unreal-226.ebuild,v 1.15 2006/10/29 03:48:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.16 2006/12/05 18:06:26 wolf31o2 Exp $ inherit eutils games @@ -18,15 +18,12 @@ IUSE="X opengl" DEPEND="sys-libs/lib-compat app-arch/unzip" 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 )" |