From 6baf51a000487e22f93adac3db3b1f053d752ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 12 Jun 2016 20:44:32 +0200 Subject: [PATCH] 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). --- dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild | 1 - 1 file changed, 1 deletion(-) 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 d1035cad4459e..cc59ee859b6a8 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