diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-17 19:42:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-17 19:42:55 +0000 |
commit | 2abef406e77bb4d7b9365488e5d95bc5bcfd2a39 (patch) | |
tree | 70d538f3df73061b03dcb6a7ba69800b696869ad /dev-python/pygobject | |
parent | Fix missing variable replacement in _python_ln_rel. (diff) | |
download | gentoo-2-2abef406e77bb4d7b9365488e5d95bc5bcfd2a39.tar.gz gentoo-2-2abef406e77bb4d7b9365488e5d95bc5bcfd2a39.tar.bz2 gentoo-2-2abef406e77bb4d7b9365488e5d95bc5bcfd2a39.zip |
Force python-exec:0 since the ebuild does hackery on top of script wrapping.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r53.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index 04b99dd711f5..6c04ede1f5dc 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.221 2013/09/05 18:46:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.222 2013/09/17 19:42:55 mgorny Exp $ + + 17 Sep 2013; Michał Górny <mgorny@gentoo.org> pygobject-2.28.6-r53.ebuild: + Force python-exec:0 since the ebuild does hackery on top of script wrapping. 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pygobject-3.2.2-r1.ebuild, pygobject-3.4.2-r1.ebuild, pygobject-3.8.3.ebuild: diff --git a/dev-python/pygobject/pygobject-2.28.6-r53.ebuild b/dev-python/pygobject/pygobject-2.28.6-r53.ebuild index 0b85cc7a1bdd..67cc214514d1 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r53.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r53.ebuild,v 1.15 2013/07/07 12:03:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r53.ebuild,v 1.16 2013/09/17 19:42:55 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" @@ -23,6 +23,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.24.0:2 ${PYTHON_DEPS} " DEPEND="${COMMON_DEPEND} + dev-python/python-exec:0 dev-util/gtk-doc-am virtual/pkgconfig test? ( @@ -32,6 +33,9 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} !<dev-python/pygtk-2.23" +# disable python-exec:2 support, bug #484406 +_PYTHON_WANT_PYTHON_EXEC2=0 + src_prepare() { # Fix FHS compliance, see upstream bug #535524 epatch "${FILESDIR}/${PN}-2.28.3-fix-codegen-location.patch" |