diff options
author | 2011-12-31 22:01:22 +0000 | |
---|---|---|
committer | 2011-12-31 22:01:22 +0000 | |
commit | 6e134a9843ce2651c0827142ecd309ab50125d05 (patch) | |
tree | f5ab5c9b2e6e8e63db2f173b90f6d1b479d19646 /dev-python/pygobject | |
parent | Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585). (diff) | |
download | historical-6e134a9843ce2651c0827142ecd309ab50125d05.tar.gz historical-6e134a9843ce2651c0827142ecd309ab50125d05.tar.bz2 historical-6e134a9843ce2651c0827142ecd309ab50125d05.zip |
Do not move py-compile so it stays executable; thanks to Ionic for reporting.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.26.0-r1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index af812d062d99..02a3a732eef8 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.138 2011/12/31 18:47:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.139 2011/12/31 21:57:44 tetromino Exp $ + + 31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + pygobject-2.26.0-r1.ebuild: + Do not move py-compile so it stays executable; thanks to Ionic for reporting. 31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> pygobject-2.26.0-r1.ebuild, pygobject-2.28.6.ebuild, diff --git a/dev-python/pygobject/pygobject-2.26.0-r1.ebuild b/dev-python/pygobject/pygobject-2.26.0-r1.ebuild index 562ef0b17c9f..5409b82b71ee 100644 --- a/dev-python/pygobject/pygobject-2.26.0-r1.ebuild +++ b/dev-python/pygobject/pygobject-2.26.0-r1.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-2.26.0-r1.ebuild,v 1.17 2011/12/31 18:47:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.18 2011/12/31 21:57:44 tetromino Exp $ EAPI="2" GCONF_DEBUG="no" @@ -65,7 +65,6 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.26.0-disabled-threads.patch" # disable pyc compiling - mv py-compile py-compile.orig echo '#!/bin/sh' > py-compile eautoreconf |