diff options
author | 2009-10-01 19:55:33 +0000 | |
---|---|---|
committer | 2009-10-01 19:55:33 +0000 | |
commit | 3aa2ebb3ffc5ecf4ca72187c5dbb3fa36900e579 (patch) | |
tree | 1533a754bac38b7e0aa60d2650a8f4022bb660f0 /eclass | |
parent | set LICENSE (diff) | |
download | historical-3aa2ebb3ffc5ecf4ca72187c5dbb3fa36900e579.tar.gz historical-3aa2ebb3ffc5ecf4ca72187c5dbb3fa36900e579.tar.bz2 historical-3aa2ebb3ffc5ecf4ca72187c5dbb3fa36900e579.zip |
don't set LICENSE
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 c9ac7c46bbf8..59585986ee33 100644 --- a/eclass/games-mods.eclass +++ b/eclass/games-mods.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.27 2009/10/01 16:18:22 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.28 2009/10/01 19:55:33 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-" @@ -89,7 +89,6 @@ esac DESCRIPTION="${GAME_TITLE} ${MOD_NAME} - ${MOD_DESC}" SLOT="0" -LICENSE="freedist" KEYWORDS="-* amd64 x86" IUSE="dedicated opengl" RESTRICT="mirror strip" |