summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-06 22:37:10 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-06 22:37:10 +0000
commita6eada187953758c6f8fb90ce57d42d0ce6dfd3d (patch)
treef96642e185615821e062c20e7edf11df3ad5d858 /games-fps
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-a6eada187953758c6f8fb90ce57d42d0ce6dfd3d.tar.gz
gentoo-2-a6eada187953758c6f8fb90ce57d42d0ce6dfd3d.tar.bz2
gentoo-2-a6eada187953758c6f8fb90ce57d42d0ce6dfd3d.zip
Fix up the execstack stuff so it works for people not using the default GAMES_PREFIX_OPT.
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004/ChangeLog6
-rw-r--r--games-fps/ut2004/ut2004-3369-r4.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog
index 169ee8db1403..086c62665b49 100644
--- a/games-fps/ut2004/ChangeLog
+++ b/games-fps/ut2004/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/ut2004
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.53 2006/05/17 15:07:31 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.54 2006/09/06 22:37:10 wolf31o2 Exp $
+
+ 06 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3369-r4.ebuild:
+ Fix up the execstack stuff so it works for people not using the default
+ GAMES_PREFIX_OPT.
17 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
-ut2004-3369-r2.ebuild:
diff --git a/games-fps/ut2004/ut2004-3369-r4.ebuild b/games-fps/ut2004/ut2004-3369-r4.ebuild
index 2091e04f3919..e9f55fab6717 100644
--- a/games-fps/ut2004/ut2004-3369-r4.ebuild
+++ b/games-fps/ut2004/ut2004-3369-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.8 2006/05/01 21:26:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.9 2006/09/06 22:37:10 wolf31o2 Exp $
inherit eutils multilib games
@@ -16,8 +16,10 @@ LICENSE="ut2003"
SLOT="0"
KEYWORDS="amd64 x86"
# The executable pages are required.
-QA_EXECSTACK_x86="opt/ut2004/System/ut2004-bin opt/ut2004/System/ucc-bin"
-QA_EXECSTACK_amd64="opt/ut2004/System/ut2004-bin opt/ut2004/System/ucc-bin"
+QA_EXECSTACK_x86="${GAMES_PREFIX_OPT:1}/ut2004/System/ut2004-bin
+ ${GAMES_PREFIX_OPT:1}/ut2004/System/ucc-bin"
+QA_EXECSTACK_amd64="${GAMES_PREFIX_OPT:1}/ut2004/System/ut2004-bin
+ ${GAMES_PREFIX_OPT:1}/ut2004/System/ucc-bin"
RESTRICT="mirror strip"
IUSE="opengl"