diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-14 01:28:29 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-14 01:28:29 +0000 |
commit | 0e65b64c608c314ce8422fb8c15720733a7d9313 (patch) | |
tree | 4aaf2513d5fd84d9b8885813cd7bd7fe4c85ec37 /sci-libs | |
parent | Bump. Incorporates many changes from the science overlay, mainly from bicatali. (diff) | |
download | gentoo-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')
-rw-r--r-- | sci-libs/pymmlib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/pymmlib/pymmlib-0.9.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/pymmlib/ChangeLog b/sci-libs/pymmlib/ChangeLog index 2e60e72ca606..422c4cc2e9b4 100644 --- a/sci-libs/pymmlib/ChangeLog +++ b/sci-libs/pymmlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/pymmlib # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.5 2006/06/14 00:05:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.6 2006/06/14 01:28:29 spyderous Exp $ + + 14 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; pymmlib-0.9.8.ebuild: + 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. *pymmlib-0.9.8 (14 Jun 2006) 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 )" |