summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2009-09-30 19:47:00 +0000
committerTristan Heaven <tristan@gentoo.org>2009-09-30 19:47:00 +0000
commitdf3f2e114aba8a0c624e621d9a78fd26bd244a9c (patch)
tree0045474b73eb1b99873f7ed09c09f3274cd50525 /eclass
parentVersion bump (diff)
downloadhistorical-df3f2e114aba8a0c624e621d9a78fd26bd244a9c.tar.gz
historical-df3f2e114aba8a0c624e621d9a78fd26bd244a9c.tar.bz2
historical-df3f2e114aba8a0c624e621d9a78fd26bd244a9c.zip
unused variable
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games-mods.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass
index d19189e985a7..e4375415802b 100644
--- a/eclass/games-mods.eclass
+++ b/eclass/games-mods.eclass
@@ -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/eclass/games-mods.eclass,v 1.18 2009/08/02 07:29:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.19 2009/09/30 19:47:00 nyhm Exp $
# Variables to specify in an ebuild which uses this eclass:
# GAME - (doom3, quake4 or ut2004, etc), unless ${PN} starts with e.g. "doom3-"
@@ -88,7 +88,6 @@ DEPEND="app-arch/unzip"
S=${WORKDIR}
dir=${GAMES_DATADIR}/${GAME}
-Ddir=${D}/${dir}
default_client() {
if use opengl || ! use dedicated ; then