diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-27 21:08:19 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-27 21:08:19 +0000 |
commit | 9c7091d063b438daa71e1632d7be4d9c51c2eb68 (patch) | |
tree | 8225222fc64677cf8fe62795bc9345d672b0c5e9 /dev-vcs/bzr-xmloutput | |
parent | clean up (diff) | |
download | gentoo-2-9c7091d063b438daa71e1632d7be4d9c51c2eb68.tar.gz gentoo-2-9c7091d063b438daa71e1632d7be4d9c51c2eb68.tar.bz2 gentoo-2-9c7091d063b438daa71e1632d7be4d9c51c2eb68.zip |
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)
Diffstat (limited to 'dev-vcs/bzr-xmloutput')
-rw-r--r-- | dev-vcs/bzr-xmloutput/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild | 7 |
2 files changed, 12 insertions, 2 deletions
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 <fauli@gentoo.org> + 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 |