summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-06-14 01:28:29 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-06-14 01:28:29 +0000
commit0e65b64c608c314ce8422fb8c15720733a7d9313 (patch)
tree4aaf2513d5fd84d9b8885813cd7bd7fe4c85ec37 /sci-libs/pymmlib/pymmlib-0.9.8.ebuild
parentBump. Incorporates many changes from the science overlay, mainly from bicatali. (diff)
downloadgentoo-2-0e65b64c608c314ce8422fb8c15720733a7d9313.tar.gz
gentoo-2-0e65b64c608c314ce8422fb8c15720733a7d9313.tar.bz2
gentoo-2-0e65b64c608c314ce8422fb8c15720733a7d9313.zip
Force numpy dep to <0.9.8 -- 0.9.8 moves some functions into a deprecated old module and breaks lots of stuff. We'll fix that later.
(Portage version: 2.1)
Diffstat (limited to 'sci-libs/pymmlib/pymmlib-0.9.8.ebuild')
-rw-r--r--sci-libs/pymmlib/pymmlib-0.9.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pymmlib/pymmlib-0.9.8.ebuild b/sci-libs/pymmlib/pymmlib-0.9.8.ebuild
index 056d0d24aa34..91498d2d6eb7 100644
--- a/sci-libs/pymmlib/pymmlib-0.9.8.ebuild
+++ b/sci-libs/pymmlib/pymmlib-0.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-0.9.8.ebuild,v 1.1 2006/06/14 00:05:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-0.9.8.ebuild,v 1.2 2006/06/14 01:28:29 spyderous Exp $
inherit python
@@ -13,7 +13,7 @@ KEYWORDS="~ppc ~x86"
IUSE=""
RDEPEND="virtual/glut
dev-python/pygtkglext
- dev-python/numpy
+ <dev-python/numpy-0.9.8
virtual/opengl
virtual/glu
|| ( x11-libs/libXmu virtual/x11 )"