summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Lashley <malc@gentoo.org>2007-08-12 19:52:41 +0000
committerMalcolm Lashley <malc@gentoo.org>2007-08-12 19:52:41 +0000
commit0bf81c3ea66ad444fb3818fb9eb00bcd5ee4c2a3 (patch)
tree8fe980fc724498b79b23e80cabc4f873df9a801c /games-fps/fuhquake-bin
parentpmask games-fps/fuhquake-bin on no-multilib profiles (diff)
downloadgentoo-2-0bf81c3ea66ad444fb3818fb9eb00bcd5ee4c2a3.tar.gz
gentoo-2-0bf81c3ea66ad444fb3818fb9eb00bcd5ee4c2a3.tar.bz2
gentoo-2-0bf81c3ea66ad444fb3818fb9eb00bcd5ee4c2a3.zip
Add dep on app-emulation/emul-linux-x86-xlibs for amd64, add ~amd64 - bug #112656
(Portage version: 2.1.3.4)
Diffstat (limited to 'games-fps/fuhquake-bin')
-rw-r--r--games-fps/fuhquake-bin/ChangeLog6
-rw-r--r--games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/games-fps/fuhquake-bin/ChangeLog b/games-fps/fuhquake-bin/ChangeLog
index 38b13af522c9..05aa923e3fc6 100644
--- a/games-fps/fuhquake-bin/ChangeLog
+++ b/games-fps/fuhquake-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/fuhquake-bin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v 1.4 2007/02/21 23:39:34 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v 1.5 2007/08/12 19:52:41 malc Exp $
+
+ 12 Aug 2007; <malc@gentoo.org> fuhquake-bin-0.31.ebuild:
+ Add dep on app-emulation/emul-linux-x86-xlibs for amd64, add ~amd64 - bug
+ #112656
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild
index 1ecbff1ca8f2..81a636b05e8e 100644
--- a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild
+++ b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.5 2006/09/19 19:22:39 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.6 2007/08/12 19:52:41 malc Exp $
inherit games
@@ -12,13 +12,14 @@ SRC_URI="http://www.fuhquake.net/files/releases/v${PV}/fuhquake-linux-v${PV}.zip
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
RESTRICT="strip"
IUSE="opengl svga"
RDEPEND="!svga? (
x11-libs/libXext )
svga? ( media-libs/svgalib )
+ amd64? ( app-emulation/emul-linux-x86-xlibs )
opengl? (
virtual/opengl
x11-libs/libXext )"