summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-vcs/bzr-xmloutput/ChangeLog7
-rw-r--r--dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild7
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