commit:     6baf51a000487e22f93adac3db3b1f053d752ae8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 18:44:32 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 19:46:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6baf51a0

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 d1035ca..cc59ee8 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

Reply via email to