diff options
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.0.6.ebuild | 32 |
2 files changed, 28 insertions, 12 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index 0553a5099451..032d9cec17b2 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake4-bin -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.4 2005/12/13 18:58:37 wolf31o2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.5 2006/01/05 02:58:42 wolf31o2 Exp $ + + 05 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake4-bin-1.0.6.ebuild: + Added modular X dependencies. *quake4-bin-1.0.6 (13 Dec 2005) diff --git a/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild b/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild index 93d2cffd50a0..93ed0d7f22dd 100644 --- a/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.0.6.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/quake4-bin/quake4-bin-1.0.6.ebuild,v 1.1 2005/12/13 18:58:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild,v 1.2 2006/01/05 02:58:42 wolf31o2 Exp $ inherit eutils games @@ -18,16 +18,28 @@ KEYWORDS="-* ~amd64 ~x86" IUSE="cdinstall alsa opengl dedicated" RESTRICT="nostrip" -DEPEND="app-arch/bzip2 - app-arch/tar" RDEPEND="sys-libs/glibc - !amd64? ( media-libs/libsdl ) - amd64? ( app-emulation/emul-linux-x86-sdl + !amd64? ( + media-libs/libsdl ) + amd64? ( + app-emulation/emul-linux-x86-sdl app-emulation/emul-linux-x86-xlibs ) - opengl? ( virtual/opengl ) - dedicated? ( app-misc/screen ) - alsa? ( >=media-libs/alsa-lib-1.0.6 ) - cdinstall? ( games-fps/quake4-data )" + opengl? ( + virtual/opengl + x86? ( + || ( + ( + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp ) + virtual/x11 ) ) ) + dedicated? ( + app-misc/screen ) + alsa? ( + >=media-libs/alsa-lib-1.0.6 ) + cdinstall? ( + games-fps/quake4-data )" S=${WORKDIR} |