summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-01 19:55:33 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-01 19:55:33 +0000
commit184dd63886c1ee9c2b20193b7e1b0504b9c14a08 (patch)
tree4b591dbafeca35686aedddf01be50f519de842a1 /eclass/games-mods.eclass
parentset LICENSE (diff)
downloadgentoo-2-184dd63886c1ee9c2b20193b7e1b0504b9c14a08.tar.gz
gentoo-2-184dd63886c1ee9c2b20193b7e1b0504b9c14a08.tar.bz2
gentoo-2-184dd63886c1ee9c2b20193b7e1b0504b9c14a08.zip
don't set LICENSE
Diffstat (limited to 'eclass/games-mods.eclass')
-rw-r--r--eclass/games-mods.eclass3
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"