diff options
author | 2012-01-01 00:24:58 +0000 | |
---|---|---|
committer | 2012-01-01 00:24:58 +0000 | |
commit | 3b466828c8efe010b73507072ecc332d6bee6ae5 (patch) | |
tree | 4d99361725259d30d7042b7a0a11367b2a9dcd08 /dev-python/pyatspi/pyatspi-2.2.1.ebuild | |
parent | Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585). (diff) | |
download | gentoo-2-3b466828c8efe010b73507072ecc332d6bee6ae5.tar.gz gentoo-2-3b466828c8efe010b73507072ecc332d6bee6ae5.tar.bz2 gentoo-2-3b466828c8efe010b73507072ecc332d6bee6ae5.zip |
Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyatspi/pyatspi-2.2.1.ebuild')
-rw-r--r-- | dev-python/pyatspi/pyatspi-2.2.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/pyatspi/pyatspi-2.2.1.ebuild b/dev-python/pyatspi/pyatspi-2.2.1.ebuild index 87b89ae41b4e..ad8361d17cda 100644 --- a/dev-python/pyatspi/pyatspi-2.2.1.ebuild +++ b/dev-python/pyatspi/pyatspi-2.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild,v 1.1 2011/11/05 04:51:38 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild,v 1.2 2012/01/01 00:24:58 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -50,8 +50,7 @@ src_prepare() { gnome2_src_prepare # disable pyc compiling - mv config/py-compile config/py-compile.orig - ln -s $(type -P true) config/py-compile + echo '#!/bin/sh' > config/py-compile python_copy_sources } |