summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-09-15 00:42:41 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-09-15 00:42:41 +0000
commite4a346a04ccdde07c706c9e38487b90e8b1cc3ae (patch)
tree3b9613ec1d1a37ffdbb8e096a61292c8a51ac31d
parentMake sure we RDEPEND on sys-libs/lib-compat-loki for all arches. (diff)
downloadgentoo-2-e4a346a04ccdde07c706c9e38487b90e8b1cc3ae.tar.gz
gentoo-2-e4a346a04ccdde07c706c9e38487b90e8b1cc3ae.tar.bz2
gentoo-2-e4a346a04ccdde07c706c9e38487b90e8b1cc3ae.zip
Changing GAME_EXE and DED_EXE for quake4 to quake4 and quake4-ded, respectively.
-rw-r--r--eclass/games-mods.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass
index b9783715ad27..9ee1618e496c 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.15 2007/01/09 23:17:33 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.16 2007/09/15 00:42:41 wolf31o2 Exp $
# Variables to specify in an ebuild which uses this eclass:
# GAME - (doom3, quake4 or ut2004, etc), unless ${PN} starts with e.g. "doom3-"
@@ -47,8 +47,8 @@ case "${GAME}" in
GAME_TITLE="Quake IV"
DEFAULT_MOD_ICON="quake4.bmp"
SELECT_MOD="+set fs_game "
- GAME_EXE="q4"
- DED_EXE="q4-ded"
+ GAME_EXE="quake4"
+ DED_EXE="quake4-ded"
DED_OPTIONS="+set dedicated 1 +exec server.cfg"
;;
"ut2003")