diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-14 03:02:50 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-14 03:02:50 +0000 |
commit | 315b6f9a14f83e959f4e276a5069ef17a806ae5f (patch) | |
tree | 6be9007011308c5f046f3156b1d2829b54212c20 /sci-libs/pymmlib/ChangeLog | |
parent | Clean up old versions (diff) | |
download | gentoo-2-315b6f9a14f83e959f4e276a5069ef17a806ae5f.tar.gz gentoo-2-315b6f9a14f83e959f4e276a5069ef17a806ae5f.tar.bz2 gentoo-2-315b6f9a14f83e959f4e276a5069ef17a806ae5f.zip |
Proper fix for new numpy -- just depend on the new numpy, and always fix up the .py files to use the 'old' module. Also fix the python_mod_optimize() call, it was missing /usr in the location and wasn't multilib-friendly.
(Portage version: 2.1)
Diffstat (limited to 'sci-libs/pymmlib/ChangeLog')
-rw-r--r-- | sci-libs/pymmlib/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-libs/pymmlib/ChangeLog b/sci-libs/pymmlib/ChangeLog index 422c4cc2e9b4..0c6401fe33ab 100644 --- a/sci-libs/pymmlib/ChangeLog +++ b/sci-libs/pymmlib/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2006/06/14 01:28:29 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.7 2006/06/14 03:02:50 spyderous Exp $ + + 14 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; pymmlib-0.9.8.ebuild: + Proper fix for new numpy -- just depend on the new numpy, and always fix up + the .py files to use the 'old' module. Also fix the python_mod_optimize() + call, it was missing /usr in the location and wasn't multilib-friendly. 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 |