diff options
Diffstat (limited to 'dev-python/pygobject/pygobject-3.0.1.ebuild')
-rw-r--r-- | dev-python/pygobject/pygobject-3.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygobject/pygobject-3.0.1.ebuild b/dev-python/pygobject/pygobject-3.0.1.ebuild index 7f3405cc3859..d13095d64bea 100644 --- a/dev-python/pygobject/pygobject-3.0.1.ebuild +++ b/dev-python/pygobject/pygobject-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild,v 1.4 2011/12/31 16:23:58 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild,v 1.5 2011/12/31 18:47:31 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -67,7 +67,7 @@ src_prepare() { #epatch "${FILESDIR}/${PN}-2.28.3-disable-failing-tests.patch" # disable pyc compiling - echo -e '#!'$(type -P sh)'\n:' > py-compile + echo '#!/bin/sh' > py-compile eautoreconf gnome2_src_prepare |