summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-12 20:44:32 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-12 21:46:54 +0200
commit6baf51a000487e22f93adac3db3b1f053d752ae8 (patch)
tree7b319ed39fb239286869d82b7a52f4457db4ff4d /dev-python/pypy3-bin
parentdev-python/boto: Bump (diff)
downloadgentoo-6baf51a000487e22f93adac3db3b1f053d752ae8.tar.gz
gentoo-6baf51a000487e22f93adac3db3b1f053d752ae8.tar.bz2
gentoo-6baf51a000487e22f93adac3db3b1f053d752ae8.zip
dev-python/pypy3-bin: Stop installing numpy headers to match src build
Stop installing /usr/lib*/pypy3/include/numpy as that directory is not installed by dev-python/pypy3 (where the install layout follows upstream scripts rather than being coded in ebuild).
Diffstat (limited to 'dev-python/pypy3-bin')
-rw-r--r--dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild b/dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild
index d1035cad4459..cc59ee859b6a 100644
--- a/dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild
+++ b/dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild
@@ -106,7 +106,6 @@ src_compile() {
mv "${WORKDIR}"/${P}*/{libpypy-c.so,pypy-c} . || die
mv "${WORKDIR}"/${P}*/include/*.h include/ || die
mv pypy/module/cpyext/include/*.h include/ || die
- mv pypy/module/cpyext/include/numpy include/ || die
#use doc && emake -C pypy/doc/ html
#needed even without jit :( also needed in both compile and install phases