From 9c7091d063b438daa71e1632d7be4d9c51c2eb68 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Tue, 27 Jul 2010 21:08:19 +0000 Subject: fix bug 329471 by restricting Python ABIs to 2.*, Bazaar itself has no Python 3 support (Portage version: 2.1.8.3/cvs/Linux i686) --- dev-vcs/bzr-xmloutput/ChangeLog | 7 ++++++- dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'dev-vcs/bzr-xmloutput') diff --git a/dev-vcs/bzr-xmloutput/ChangeLog b/dev-vcs/bzr-xmloutput/ChangeLog index ca3796a0e73a..930b335516b8 100644 --- a/dev-vcs/bzr-xmloutput/ChangeLog +++ b/dev-vcs/bzr-xmloutput/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/bzr-xmloutput # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog,v 1.1 2010/03/30 23:03:22 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog,v 1.2 2010/07/27 21:08:19 fauli Exp $ + + 27 Jul 2010; Christian Faulhammer + bzr-xmloutput-0.8.6.ebuild: + fix bug 329471 by restricting Python ABIs to 2.*, Bazaar itself has no + Python 3 support *bzr-xmloutput-0.8.6 (30 Mar 2010) diff --git a/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild index 99bb0d86523e..0a556963642b 100644 --- a/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild +++ b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild @@ -1,6 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild,v 1.1 2010/03/30 23:03:22 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild,v 1.2 2010/07/27 21:08:19 fauli Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils -- cgit v1.2.3-65-gdbad