diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-04 11:09:36 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-04 11:09:44 +0100 |
commit | ac9ac2fafdadacecb793e0087e5ef82ea7247fc5 (patch) | |
tree | 2b80c767802050b7295f444d83dd2500b2886a61 /dev-python/numpy | |
parent | dev-python/hypothesis: add alpha keyword (diff) | |
download | gentoo-ac9ac2fafdadacecb793e0087e5ef82ea7247fc5.tar.gz gentoo-ac9ac2fafdadacecb793e0087e5ef82ea7247fc5.tar.bz2 gentoo-ac9ac2fafdadacecb793e0087e5ef82ea7247fc5.zip |
dev-python/numpy: Add epatch_user() call
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573824
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/numpy')
-rw-r--r-- | dev-python/numpy/numpy-1.10.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-1.10.4.ebuild b/dev-python/numpy/numpy-1.10.4.ebuild index 7a78e14e989e..28b5d196f211 100644 --- a/dev-python/numpy/numpy-1.10.4.ebuild +++ b/dev-python/numpy/numpy-1.10.4.ebuild @@ -114,6 +114,7 @@ python_prepare_all() { # -i numpy/tests/test_scripts.py || die distutils-r1_python_prepare_all + epatch_user } python_compile() { |