summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-02 20:54:55 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-02 20:54:55 +0000
commit0b240e546208578e6fbeae2ebf992d9254e2b2d5 (patch)
tree093f17c516e94c17d412b355d58989b28650f64f /dev-python/nose
parentuse.mask video_cards, see bugs 449816, 448606. (diff)
downloadgentoo-2-0b240e546208578e6fbeae2ebf992d9254e2b2d5.tar.gz
gentoo-2-0b240e546208578e6fbeae2ebf992d9254e2b2d5.tar.bz2
gentoo-2-0b240e546208578e6fbeae2ebf992d9254e2b2d5.zip
Restrict python3.3 due to failures (again).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/nose')
-rw-r--r--dev-python/nose/ChangeLog5
-rw-r--r--dev-python/nose/nose-1.2.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog
index 3906cd70ac97..cc94b694b993 100644
--- a/dev-python/nose/ChangeLog
+++ b/dev-python/nose/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/nose
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.89 2013/01/02 12:28:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.90 2013/01/02 20:54:55 mgorny Exp $
+
+ 02 Jan 2013; Michał Górny <mgorny@gentoo.org> nose-1.2.1.ebuild:
+ Restrict python3.3 due to failures (again).
*nose-1.2.1 (02 Jan 2013)
*nose-9999 (02 Jan 2013)
diff --git a/dev-python/nose/nose-1.2.1.ebuild b/dev-python/nose/nose-1.2.1.ebuild
index 9e25c6cc1d19..f063cec985b8 100644
--- a/dev-python/nose/nose-1.2.1.ebuild
+++ b/dev-python/nose/nose-1.2.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1.ebuild,v 1.1 2013/01/02 12:28:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1.ebuild,v 1.2 2013/01/02 20:54:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_8,1_9,2_0} )
inherit distutils-r1 eutils
DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"