summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-24 20:09:13 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-24 20:09:13 +0000
commit622c03d43254e0b66fb0dd2f6fdd1d215ff970c1 (patch)
treefd94130971e72db2ef5d6ed58449ebd00f563bb7 /dev-python/sympy/sympy-0.6.7.ebuild
parentStable on amd64 wrt bug #338092 (diff)
downloadgentoo-2-622c03d43254e0b66fb0dd2f6fdd1d215ff970c1.tar.gz
gentoo-2-622c03d43254e0b66fb0dd2f6fdd1d215ff970c1.tar.bz2
gentoo-2-622c03d43254e0b66fb0dd2f6fdd1d215ff970c1.zip
Fix majority of test failures with Python 2.7 (bug #330713).
(Portage version: 2.2_rc86_p7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/sympy/sympy-0.6.7.ebuild')
-rw-r--r--dev-python/sympy/sympy-0.6.7.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/sympy/sympy-0.6.7.ebuild b/dev-python/sympy/sympy-0.6.7.ebuild
index 71538c9180fa..5f2b22e45aac 100644
--- a/dev-python/sympy/sympy-0.6.7.ebuild
+++ b/dev-python/sympy/sympy-0.6.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild,v 1.1 2010/04/16 01:47:31 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild,v 1.2 2010/09/24 20:09:13 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -39,6 +39,8 @@ src_prepare() {
# Use system sphinx.
epatch "${FILESDIR}/${PN}-0.6.6-sphinx.patch"
+
+ epatch "${FILESDIR}/${P}-python-2.7.patch"
}
src_compile() {