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).
This commit is contained in:
Michał Górny
2016-06-12 20:44:32 +02:00
parent d463ebfb4b
commit 6baf51a000

View File

@@ -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