diff options
author | 2009-07-26 11:05:04 +0000 | |
---|---|---|
committer | 2009-07-26 11:05:04 +0000 | |
commit | 94ae9ae1f0b12401b8c24e668315d1936bfeab42 (patch) | |
tree | e8713de60f658b65e486a047a2bb4fb547dd5d17 /eclass | |
parent | Don't enable deprecated Musepack (libmpcdec) SV7 support by default. (diff) | |
download | gentoo-2-94ae9ae1f0b12401b8c24e668315d1936bfeab42.tar.gz gentoo-2-94ae9ae1f0b12401b8c24e668315d1936bfeab42.tar.bz2 gentoo-2-94ae9ae1f0b12401b8c24e668315d1936bfeab42.zip |
don't need to set GAME now
Diffstat (limited to '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} |