From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6FE1A13829C for ; Sun, 12 Jun 2016 19:47:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBB11E0B69; Sun, 12 Jun 2016 19:47:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 729E5E0B69 for ; Sun, 12 Jun 2016 19:47:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4427734082B for ; Sun, 12 Jun 2016 19:47:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06002963 for ; Sun, 12 Jun 2016 19:47:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1465760814.6baf51a000487e22f93adac3db3b1f053d752ae8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild X-VCS-Directories: dev-python/pypy3-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6baf51a000487e22f93adac3db3b1f053d752ae8 X-VCS-Branch: master Date: Sun, 12 Jun 2016 19:47:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ebb76e3-455f-48a4-ab87-b81af25db94a X-Archives-Hash: 305f5080128d5cb100bcc0ff047337c0 commit: 6baf51a000487e22f93adac3db3b1f053d752ae8 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 12 18:44:32 2016 +0000 Commit: Michał Górny gentoo 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