--- gemrb-0.6.0.ebuild-orig 2010-03-31 04:36:03.000000000 +0200 +++ gemrb-0.6.0.ebuild-orig 2010-04-04 09:29:30.000000000 +0200 @@ -2,8 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-engines/gemrb/gemrb-0.6.0.ebuild,v 1.2 2010/02/03 21:49:34 maekke Exp $ +PYTHON_DEPEND="2:2.4" + EAPI=2 -inherit autotools eutils games +inherit autotools eutils games python DESCRIPTION="Reimplementation of the Infinity engine" HOMEPAGE="http://gemrb.sourceforge.net/" @@ -38,11 +40,17 @@ } src_configure() { + python_set_active_version 2 egamesconf \ --disable-dependency-tracking \ --docdir="/usr/share/doc/${PF}" } +src_prepare() { + python_convert_shebangs -r 2 . +} + + src_install() { emake DESTDIR="${D}" install || die "install failed" diropts -m0775 -g ${GAMES_GROUP}