diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-29 09:04:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-29 09:04:18 +0000 |
commit | db5f7b6cf1398ed5620a303804068469c49673fc (patch) | |
tree | e6440b94cb8fe0eb0f4ce478471123fc2a854b56 /math/py-numarray/files/patch-setup.py | |
parent | Update to 1.9.2 (diff) |
- Switch to options helpers
- Regenerate patches
Notes
Notes:
svn path=/head/; revision=424897
Diffstat (limited to 'math/py-numarray/files/patch-setup.py')
-rw-r--r-- | math/py-numarray/files/patch-setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-numarray/files/patch-setup.py b/math/py-numarray/files/patch-setup.py index e730c1c55f89..f002f2533d65 100644 --- a/math/py-numarray/files/patch-setup.py +++ b/math/py-numarray/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2013-12-12 18:04:59.679796972 -0200 -+++ setup.py 2013-12-12 18:05:04.376796310 -0200 -@@ -227,6 +227,4 @@ +--- setup.py.orig 2005-11-17 23:12:49 UTC ++++ setup.py +@@ -227,6 +227,4 @@ def main(): # Do the installation. # if __name__ == "__main__": |