diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-01 00:24:58 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-01 00:24:58 +0000 |
commit | 3b466828c8efe010b73507072ecc332d6bee6ae5 (patch) | |
tree | 4d99361725259d30d7042b7a0a11367b2a9dcd08 /dev-python/pyatspi | |
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')
-rw-r--r-- | dev-python/pyatspi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pyatspi/pyatspi-2.0.2.ebuild | 7 | ||||
-rw-r--r-- | dev-python/pyatspi/pyatspi-2.2.1.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/dev-python/pyatspi/ChangeLog b/dev-python/pyatspi/ChangeLog index 9e5dee7815d3..4e34fc4572f7 100644 --- a/dev-python/pyatspi/ChangeLog +++ b/dev-python/pyatspi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyatspi -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.2 2011/11/05 04:51:38 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.3 2012/01/01 00:24:58 tetromino Exp $ + + 01 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> pyatspi-2.0.2.ebuild, + pyatspi-2.2.1.ebuild: + Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585). *pyatspi-2.2.1 (05 Nov 2011) diff --git a/dev-python/pyatspi/pyatspi-2.0.2.ebuild b/dev-python/pyatspi/pyatspi-2.0.2.ebuild index b06a2c1eba55..d708a71ff850 100644 --- a/dev-python/pyatspi/pyatspi-2.0.2.ebuild +++ b/dev-python/pyatspi/pyatspi-2.0.2.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.0.2.ebuild,v 1.1 2011/08/19 14:15:49 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.0.2.ebuild,v 1.2 2012/01/01 00:24:58 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -43,8 +43,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 } 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 } |