diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-25 22:46:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-25 22:46:53 +0000 |
commit | 8e14579ca9ba9717d6751583c217c63149530631 (patch) | |
tree | 97a443003d0b8f94bf2278e1854f5674a4bfd0be /eclass/games-mods.eclass | |
parent | Stable on ppc, bug #152336 (diff) | |
download | historical-8e14579ca9ba9717d6751583c217c63149530631.tar.gz historical-8e14579ca9ba9717d6751583c217c63149530631.tar.bz2 historical-8e14579ca9ba9717d6751583c217c63149530631.zip |
Remove GAMES_CHECK_LICENSE since most mods don't require us to check. If a mod needs it, we can add it on a per-mod basis.
Diffstat (limited to 'eclass/games-mods.eclass')
-rw-r--r-- | eclass/games-mods.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass index 0afd9c0b685f..73e04949f20c 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.4 2006/10/25 16:24:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.5 2006/10/25 22:46:53 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-" @@ -87,7 +87,6 @@ DEPEND="app-arch/unzip" S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_DATADIR}/${GAME} Ddir=${D}/${dir} |