diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-09-15 16:16:53 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-09-15 16:16:53 +0000 |
commit | bf06068c2da5d70441fa049d341995aa319d7ed6 (patch) | |
tree | c113b4295eef0e6e3e1b044466a5665c731b3f7c /eclass/games.eclass | |
parent | Add missing Manifest entries for libirman-0.4.2-PICShared.patch, libirman-0.4... (diff) | |
download | gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.tar.gz gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.tar.bz2 gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.zip |
Remove redundant DESCRIPTION variable settings.
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 0ab44d815717..b7b3739a4fba 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.151 2012/07/29 20:38:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.152 2012/09/15 16:16:53 zmedico Exp $ # devlist: games@gentoo.org # @@ -19,8 +19,6 @@ case ${EAPI:-0} in *) die "no support for EAPI=${EAPI} yet" ;; esac -DESCRIPTION="Based on the ${ECLASS} eclass" - export GAMES_PREFIX=${GAMES_PREFIX:-/usr/games} export GAMES_PREFIX_OPT=${GAMES_PREFIX_OPT:-/opt} export GAMES_DATADIR=${GAMES_DATADIR:-/usr/share/games} |