summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-12-16 14:30:33 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-12-16 14:30:33 +0000
commitbefe5943d9e86c0b7d9fd0f6729ea19b133bb10a (patch)
treec1f2d3ff6ba75a26064cca4f39cf3c34a51f4663 /eclass/games-mods.eclass
parentAdd ~alpha keyword. (diff)
downloadhistorical-befe5943d9e86c0b7d9fd0f6729ea19b133bb10a.tar.gz
historical-befe5943d9e86c0b7d9fd0f6729ea19b133bb10a.tar.bz2
historical-befe5943d9e86c0b7d9fd0f6729ea19b133bb10a.zip
Comment out the else in the pkg_setup dedicated USE checks, since it is possible for a mod, specifically ut2004 stuff, to be installed before the actual game. This resolves bug #156177.
Diffstat (limited to 'eclass/games-mods.eclass')
-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 f3cd94c6fd1f..03e4f12f7b12 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.12 2006/12/13 21:15:50 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.13 2006/12/16 14:30:33 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-"
@@ -125,8 +125,8 @@ games-mods_pkg_setup() {
then
die "You must merge ${CATEGORY}/${GAME}-bin with USE=dedicated!"
fi
- else
- die "${CATEGORY}/${GAME} not installed!"
+# else
+# die "${CATEGORY}/${GAME} not installed!"
fi
}