summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild')
-rw-r--r--games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild17
1 files changed, 5 insertions, 12 deletions
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"