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 | 7fbaaf8fea2cd6bc6f5087fd55bda2b960d82528 (patch) | |
tree | 6560f6a35add9864eb202d4797df69ff4247ea2c /eclass | |
parent | Stable on ppc, bug #152336 (diff) | |
download | gentoo-2-7fbaaf8fea2cd6bc6f5087fd55bda2b960d82528.tar.gz gentoo-2-7fbaaf8fea2cd6bc6f5087fd55bda2b960d82528.tar.bz2 gentoo-2-7fbaaf8fea2cd6bc6f5087fd55bda2b960d82528.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')
-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} |