diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-04-01 17:08:10 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-04-01 17:08:10 +0000 |
commit | 70857320b42a864f011298d3a4f357a85f1a2fec (patch) | |
tree | 2b416503b6e9936cd8d8650f658dd036d6b4eaf5 /games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | |
parent | alpha/ia64/s390/sh/sparc stable wrt #408385 (diff) | |
download | gentoo-2-70857320b42a864f011298d3a4f357a85f1a2fec.tar.gz gentoo-2-70857320b42a864f011298d3a4f357a85f1a2fec.tar.bz2 gentoo-2-70857320b42a864f011298d3a4f357a85f1a2fec.zip |
Fix run on amd64. Bug #158415
(Portage version: 2.1.10.52/cvs/Linux i686)
Diffstat (limited to 'games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild')
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild index 0186fcef5b33..5663f4cf5ad6 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.24 2012/03/28 22:32:18 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.25 2012/04/01 17:08:10 tupone Exp $ EAPI=2 inherit eutils toolchain-funcs games @@ -15,7 +15,7 @@ SRC_URI="http://icculus.org/quake2/files/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd" IUSE="aalib alsa cdinstall dedicated demo ipv6 joystick opengl qmax rogue sdl svga X xatrix" UIDEPEND="aalib? ( media-libs/aalib ) @@ -80,6 +80,7 @@ src_prepare() { "${FILESDIR}"/${P}-gentoo-paths.patch \ "${FILESDIR}"/${P}-ldflags.patch \ "${FILESDIR}"/${P}-no-asm-io.patch \ + "${FILESDIR}"/${P}-gnusource.patch \ "${FILESDIR}"/${P}-alsa.patch if use xatrix ; then |