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 6DF2F13888F for ; Fri, 30 Oct 2015 12:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A9621C01C; Fri, 30 Oct 2015 12:04:05 +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 7A3AC21C004 for ; Fri, 30 Oct 2015 12:04:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38AA0340C83 for ; Fri, 30 Oct 2015 12:04:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A576C1B00 for ; Fri, 30 Oct 2015 12:03:59 +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: <1446206629.f303d544c6909f32abe417cf93e560a179d7eb50.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scipy/scipy-0.16.1.ebuild X-VCS-Directories: sci-libs/scipy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f303d544c6909f32abe417cf93e560a179d7eb50 X-VCS-Branch: master Date: Fri, 30 Oct 2015 12:03:59 +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: d78eabff-2204-455e-be7a-58f5e3c867a5 X-Archives-Hash: 00f200a547602f164742994593977026 commit: f303d544c6909f32abe417cf93e560a179d7eb50 Author: Justin Lecher gentoo org> AuthorDate: Fri Oct 30 10:19:18 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Oct 30 12:03:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f303d544 sci-libs/scipy: Revert addition of non existing patch Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> sci-libs/scipy/scipy-0.16.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-libs/scipy/scipy-0.16.1.ebuild b/sci-libs/scipy/scipy-0.16.1.ebuild index 7e74f6e..de2289b 100644 --- a/sci-libs/scipy/scipy-0.16.1.ebuild +++ b/sci-libs/scipy/scipy-0.16.1.ebuild @@ -103,7 +103,6 @@ python_prepare_all() { "${FILESDIR}"/${PN}-0.12.0-blitz.patch "${FILESDIR}"/${PN}-0.12.0-restore-sys-argv.patch "${FILESDIR}"/${P}-glibc-2.22-backport.patch - "${FILESDIR}"/${P}-test-fix-backport.patch ) distutils-r1_python_prepare_all }