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 5196D58973 for ; Thu, 4 Feb 2016 10:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5639C21C094; Thu, 4 Feb 2016 10:09:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB5C721C094 for ; Thu, 4 Feb 2016 10:09:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D14A5340754 for ; Thu, 4 Feb 2016 10:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89E568E1 for ; Thu, 4 Feb 2016 10:09:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454580584.ac9ac2fafdadacecb793e0087e5ef82ea7247fc5.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy/numpy-1.10.4.ebuild X-VCS-Directories: dev-python/numpy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ac9ac2fafdadacecb793e0087e5ef82ea7247fc5 X-VCS-Branch: master Date: Thu, 4 Feb 2016 10:09:46 +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: 6fa84a43-68a7-4aa5-a945-c039cf7a19da X-Archives-Hash: 61e3bfcf18ea2e80f7c960bf25bc7a0f commit: ac9ac2fafdadacecb793e0087e5ef82ea7247fc5 Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 4 10:09:36 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 4 10:09:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9ac2fa dev-python/numpy: Add epatch_user() call Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573824 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/numpy/numpy-1.10.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/numpy/numpy-1.10.4.ebuild b/dev-python/numpy/numpy-1.10.4.ebuild index 7a78e14..28b5d19 100644 --- a/dev-python/numpy/numpy-1.10.4.ebuild +++ b/dev-python/numpy/numpy-1.10.4.ebuild @@ -114,6 +114,7 @@ python_prepare_all() { # -i numpy/tests/test_scripts.py || die distutils-r1_python_prepare_all + epatch_user } python_compile() {