summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-05-22 22:05:14 +0000
committerMike Gilbert <floppym@gentoo.org>2013-05-22 22:05:14 +0000
commit7d013b20e1ffa91761b23eceb4f5b2ec34d2e7df (patch)
treed05549231f4b8b0ef03f36aadb60a4f24898ebd1 /dev-python/beautifulsoup
parentMarked ~x86 too. (diff)
downloadgentoo-2-7d013b20e1ffa91761b23eceb4f5b2ec34d2e7df.tar.gz
gentoo-2-7d013b20e1ffa91761b23eceb4f5b2ec34d2e7df.tar.bz2
gentoo-2-7d013b20e1ffa91761b23eceb4f5b2ec34d2e7df.zip
Add note about test failures with python3.3.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/ChangeLog6
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog
index 760241bd1b5f..cff390a869e9 100644
--- a/dev-python/beautifulsoup/ChangeLog
+++ b/dev-python/beautifulsoup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.93 2013/05/22 21:59:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.94 2013/05/22 22:05:14 floppym Exp $
+
+ 22 May 2013; Mike Gilbert <floppym@gentoo.org>
+ beautifulsoup-3.1.0.1-r2.ebuild:
+ Add note about test failures with python3.3.
22 May 2013; Mike Gilbert <floppym@gentoo.org> beautifulsoup-3.2.1-r1.ebuild:
Keyword ~amd64-fbsd to resolve dependency in dev-python/lxml.
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild
index be3242d0c929..c7199e453631 100644
--- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.1 2013/05/22 21:56:45 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.2 2013/05/22 22:05:14 floppym Exp $
EAPI="5"
+# A few tests fail with python3.3 :(
PYTHON_COMPAT=( python{3_1,3_2,3_3} )
inherit distutils-r1 eutils