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).
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