diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-17 16:09:23 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-17 16:09:23 +0000 |
commit | 1bc23907bf5e8d9726feb86aef0eb49986c74457 (patch) | |
tree | 7d1887dfbcbcd99d94f6a652b426f760c90b3aa7 /dev-python/numpy/files | |
parent | Initial import (diff) | |
download | gentoo-2-1bc23907bf5e8d9726feb86aef0eb49986c74457.tar.gz gentoo-2-1bc23907bf5e8d9726feb86aef0eb49986c74457.tar.bz2 gentoo-2-1bc23907bf5e8d9726feb86aef0eb49986c74457.zip |
Update patch for bug #300322.
(Portage version: 15200-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/numpy/files')
-rw-r--r-- | dev-python/numpy/files/numpy-1.4.0-python-2.7.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch b/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch index ecb079a50bf2..3bc850ea9015 100644 --- a/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch +++ b/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch @@ -1,6 +1,10 @@ --- numpy/distutils/ccompiler.py +++ numpy/distutils/ccompiler.py -@@ -5,6 +5,7 @@ +@@ -2,9 +2,11 @@ + import os + import sys + import new ++from copy import copy from distutils.ccompiler import * from distutils import ccompiler |