summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:47:43 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:47:43 +0000
commitf0cd7b2532da5ff9eb3711d501f0c163b45ec2ae (patch)
treebebe200c5bad0275174da7acb1958ed1e349101c /games-fps
parentMarking stable on amd64/x86 as there's no code differences, just ebuild diffe... (diff)
downloadgentoo-2-f0cd7b2532da5ff9eb3711d501f0c163b45ec2ae.tar.gz
gentoo-2-f0cd7b2532da5ff9eb3711d501f0c163b45ec2ae.tar.bz2
gentoo-2-f0cd7b2532da5ff9eb3711d501f0c163b45ec2ae.zip
Fix RDEPEND.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/fuhquake-bin/ChangeLog8
-rw-r--r--games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/games-fps/fuhquake-bin/ChangeLog b/games-fps/fuhquake-bin/ChangeLog
index 6e0e17a0e849..76569f217fe3 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.6 2007/12/25 22:18:34 solar Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v 1.7 2008/02/15 00:47:43 wolf31o2 Exp $
+
+ 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ fuhquake-bin-0.31.ebuild:
+ Fix RDEPEND.
25 Dec 2007; <solar@gentoo.org> fuhquake-bin-0.31.ebuild:
- binary packages that are linked with libc.so.6 need to use sys-libs/glibc
diff --git a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild
index 09a7988fcf9b..afa70a2f3cc8 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.7 2007/12/25 22:18:34 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.8 2008/02/15 00:47:43 wolf31o2 Exp $
inherit games
@@ -20,10 +20,10 @@ RDEPEND="!svga? (
x11-libs/libXext )
sys-libs/glibc
svga? ( media-libs/svgalib )
- amd64? ( app-emulation/emul-linux-x86-xlibs )
opengl? (
virtual/opengl
- x11-libs/libXext )"
+ x86? ( x11-libs/libXext )
+ amd64? ( app-emulation/emul-linux-x86-xlibs ) )"
DEPEND="${RDEPEND}
app-arch/unzip"