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.3.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.3.ebuild')
-rw-r--r-- | dev-python/pygobject/pygobject-3.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygobject/pygobject-3.0.3.ebuild b/dev-python/pygobject/pygobject-3.0.3.ebuild index b4d8d99a5e71..bd5356330bc2 100644 --- a/dev-python/pygobject/pygobject-3.0.3.ebuild +++ b/dev-python/pygobject/pygobject-3.0.3.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.3.ebuild,v 1.3 2011/12/31 16:23:58 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild,v 1.4 2011/12/31 18:47:31 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -77,7 +77,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-3.0.3-tests-python3.patch" # disable pyc compiling - echo -e '#!'$(type -P sh)'\n:' > py-compile + echo '#!/bin/sh' > py-compile eautoreconf gnome2_src_prepare |