From: Michał Górny Date: Sun, 12 Jun 2016 18:44:32 +0000 (+0200) Subject: dev-python/pypy3-bin: Stop installing numpy headers to match src build X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6baf51a000487e22f93adac3db3b1f053d752ae8;p=gentoo.git 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). --- 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