diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-13 21:26:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-13 21:26:37 +0000 |
commit | be340c98e33c1c1a8ee0172a7104d4882591a526 (patch) | |
tree | 817e0b15add0f98d5d913190b2342d94f24e3198 /games-mud | |
parent | arm stable, bug #337828 (diff) | |
download | gentoo-2-be340c98e33c1c1a8ee0172a7104d4882591a526.tar.gz gentoo-2-be340c98e33c1c1a8ee0172a7104d4882591a526.tar.bz2 gentoo-2-be340c98e33c1c1a8ee0172a7104d4882591a526.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/mcl/mcl-0.53.00.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-mud/mcl/mcl-0.53.00.ebuild b/games-mud/mcl/mcl-0.53.00.ebuild index a139a1dce853..36986d264aba 100644 --- a/games-mud/mcl/mcl-0.53.00.ebuild +++ b/games-mud/mcl/mcl-0.53.00.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.20 2010/04/21 11:48:50 tupone Exp $ -EAPI="2" -PYTHON_DEPEND="python? 2" +# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.21 2010/10/13 21:26:37 mr_bones_ Exp $ +EAPI=2 +PYTHON_DEPEND="python? 2" inherit eutils python games DESCRIPTION="A console MUD client scriptable in Perl and Python" @@ -49,8 +49,7 @@ src_prepare() { src_configure() { egamesconf \ $(use_enable perl) \ - $(use_enable python) \ - || die + $(use_enable python) } src_install () { |