diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-07-26 11:05:04 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-07-26 11:05:04 +0000 |
commit | dabfb487e54a6cedec0465e52aaa75d75459dddb (patch) | |
tree | 51b34fc2afa83edef090a4a9098c4e30d72c4426 /eclass/games.eclass | |
parent | remove unused games_link_mods function (diff) | |
download | historical-dabfb487e54a6cedec0465e52aaa75d75459dddb.tar.gz historical-dabfb487e54a6cedec0465e52aaa75d75459dddb.tar.bz2 historical-dabfb487e54a6cedec0465e52aaa75d75459dddb.zip |
don't need to set GAME now
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r-- | eclass/games.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index b4d62f4a13b8..044a6d95f7b9 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.137 2009/07/26 10:57:40 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.138 2009/07/26 11:05:04 nyhm Exp $ # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -15,8 +15,6 @@ case ${EAPI:-0} in 2) EXPORT_FUNCTIONS pkg_setup src_configure src_compile pkg_preinst pkg_postinst ;; esac -[[ -z ${GAME} ]] && GAME=${PN%%-*} - DESCRIPTION="Based on the ${ECLASS} eclass" export GAMES_PREFIX=${GAMES_PREFIX:-/usr/games} |