summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-fps/fuhquake-bin/ChangeLog6
-rw-r--r--games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild17
2 files changed, 10 insertions, 13 deletions
diff --git a/games-fps/fuhquake-bin/ChangeLog b/games-fps/fuhquake-bin/ChangeLog
index 5a6846e29656..cb645c608634 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v 1.2 2006/02/13 22:16:11 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v 1.3 2006/09/19 19:22:39 wolf31o2 Exp $
+
+ 19 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ fuhquake-bin-0.31.ebuild:
+ Adding strip to RESTRICT for bug #137819.
13 Feb 2006; <Tupone@gentoo.org> fuhquake-bin-0.31.ebuild:
Respect use flags Bug 106706 (thanks to Adrian Fruehwirth)
diff --git a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild
index 92352010a4d0..1ecbff1ca8f2 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
# 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.4 2006/02/13 22:16:11 tupone Exp $
+# $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 $
inherit games
@@ -13,22 +13,15 @@ SRC_URI="http://www.fuhquake.net/files/releases/v${PV}/fuhquake-linux-v${PV}.zip
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+RESTRICT="strip"
IUSE="opengl svga"
RDEPEND="!svga? (
- || (
- x11-libs/libXext
- virtual/x11
- )
- )
+ x11-libs/libXext )
svga? ( media-libs/svgalib )
opengl? (
- virtual/opengl
- || (
- x11-libs/libXext
- virtual/x11
- )
- )"
+ virtual/opengl
+ x11-libs/libXext )"
DEPEND="${RDEPEND}
app-arch/unzip"