diff options
Diffstat (limited to 'dev-python/numpy/numpy-1.5.1.ebuild')
-rw-r--r-- | dev-python/numpy/numpy-1.5.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/numpy/numpy-1.5.1.ebuild b/dev-python/numpy/numpy-1.5.1.ebuild index 333c4cde964c..ef48383facad 100644 --- a/dev-python/numpy/numpy-1.5.1.ebuild +++ b/dev-python/numpy/numpy-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v 1.4 2011/01/12 17:35:26 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v 1.5 2011/01/12 17:55:03 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -112,6 +112,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.4.0-interix.patch # Disable tests failing on ppc/ppc64. + # http://projects.scipy.org/numpy/ticket/1664 if use ppc || use ppc64; then sed \ -e "s/test_nextafterl/_&/" \ |