summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 03:24:46 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 03:24:46 +0000
commit1e871ea60ef4bb50925aa7210d18734430f5f8ac (patch)
treef20e3a44a48b830f429cc68fa9b92b63bb89c7d4 /games-fps/glxquake-bin
parentVersion bump. (diff)
downloadgentoo-2-1e871ea60ef4bb50925aa7210d18734430f5f8ac.tar.gz
gentoo-2-1e871ea60ef4bb50925aa7210d18734430f5f8ac.tar.bz2
gentoo-2-1e871ea60ef4bb50925aa7210d18734430f5f8ac.zip
Fixed up the dependencies, ported to modular X, and closing bug #123561.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-fps/glxquake-bin')
-rw-r--r--games-fps/glxquake-bin/ChangeLog7
-rw-r--r--games-fps/glxquake-bin/glxquake-bin-0.ebuild20
2 files changed, 21 insertions, 6 deletions
diff --git a/games-fps/glxquake-bin/ChangeLog b/games-fps/glxquake-bin/ChangeLog
index d3365550312c..8f45e6cdccbc 100644
--- a/games-fps/glxquake-bin/ChangeLog
+++ b/games-fps/glxquake-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/glxquake-bin
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.2 2005/09/16 22:12:51 ciaranm Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.3 2006/03/31 03:24:46 wolf31o2 Exp $
+
+ 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> glxquake-bin-0.ebuild:
+ Fixed up the dependencies, ported to modular X, and closing bug #123561.
16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog:
Converted to UTF-8, fixed encoding screwups
diff --git a/games-fps/glxquake-bin/glxquake-bin-0.ebuild b/games-fps/glxquake-bin/glxquake-bin-0.ebuild
index 6658c585e6ec..bee95937f087 100644
--- a/games-fps/glxquake-bin/glxquake-bin-0.ebuild
+++ b/games-fps/glxquake-bin/glxquake-bin-0.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/glxquake-bin/glxquake-bin-0.ebuild,v 1.2 2005/06/08 18:41:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0.ebuild,v 1.3 2006/03/31 03:24:46 wolf31o2 Exp $
inherit games
@@ -10,10 +10,22 @@ SRC_URI="http://www.wh-hms.uni-ulm.de/~mfcn/shared/glxquake/glxquake.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="-* amd64 x86"
IUSE=""
-DEPEND="virtual/opengl"
+RDEPEND="sys-libs/glibc
+ virtual/opengl
+ x86? (
+ || (
+ (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXxf86vm
+ x11-libs/libdrm
+ x11-libs/libXau
+ x11-libs/libXdmcp )
+ virtual/x11 ) )
+ amd64? ( app-emulation/emul-linux-x86-xlibs )"
S=${WORKDIR}/glxquake