dev-python/pypy3-bin: Stop installing numpy headers to match src build
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jun 2016 18:44:32 +0000 (20:44 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 12 Jun 2016 19:46:54 +0000 (21:46 +0200)
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).

dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild

index d1035cad4459e94713f7a45a356463c4040f2bb9..cc59ee859b6a80dfdf928e1b0d2e45aa12310bf6 100644 (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