diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-31 18:47:31 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-31 18:47:31 +0000 |
commit | 989567b4b30b262c8a9b906269998dda0a81f14f (patch) | |
tree | f14abfe2825cd6782327d69a5c4693d0bc4e8f89 /dev-python/pygobject/pygobject-3.0.1.ebuild | |
parent | Add Prefix keywords, bug #396547 (diff) | |
download | gentoo-2-989567b4b30b262c8a9b906269998dda0a81f14f.tar.gz gentoo-2-989567b4b30b262c8a9b906269998dda0a81f14f.tar.bz2 gentoo-2-989567b4b30b262c8a9b906269998dda0a81f14f.zip |
Simplify py-compile fix.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
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 |