diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-15 00:47:43 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-15 00:47:43 +0000 |
commit | 85c14950633d7e70cc2c8004a5cf0bee9d9d5f8e (patch) | |
tree | b6f96bddae041aee5ec77a66e2ae99e8238056f5 /games-fps/fuhquake-bin | |
parent | Marking stable on amd64/x86 as there's no code differences, just ebuild diffe... (diff) | |
download | historical-85c14950633d7e70cc2c8004a5cf0bee9d9d5f8e.tar.gz historical-85c14950633d7e70cc2c8004a5cf0bee9d9d5f8e.tar.bz2 historical-85c14950633d7e70cc2c8004a5cf0bee9d9d5f8e.zip |
Fix RDEPEND.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-fps/fuhquake-bin')
-rw-r--r-- | games-fps/fuhquake-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild | 8 |
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" |