diff options
author | 2006-06-14 03:02:50 +0000 | |
---|---|---|
committer | 2006-06-14 03:02:50 +0000 | |
commit | 331a83b394499e71ce506242b41cf1ee2899e279 (patch) | |
tree | 9b08b043f92e5590b1ea2bd593a3337b2f21d13e /sci-libs/pymmlib/ChangeLog | |
parent | Clean up old versions (diff) | |
download | historical-331a83b394499e71ce506242b41cf1ee2899e279.tar.gz historical-331a83b394499e71ce506242b41cf1ee2899e279.tar.bz2 historical-331a83b394499e71ce506242b41cf1ee2899e279.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.
Package-Manager: portage-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 |