From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A6E31396D0 for ; Thu, 14 Sep 2017 19:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED93F1FC0EB; Thu, 14 Sep 2017 19:14:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCE2D1FC0EB for ; Thu, 14 Sep 2017 19:14:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52C9F33E4AD for ; Thu, 14 Sep 2017 19:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 998779063 for ; Thu, 14 Sep 2017 19:14:43 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1505415255.15c5a6f042f44a009cbac8f5ba5e9282a614a32b.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dolfin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/dolfin/dolfin-2017.1.0.ebuild X-VCS-Directories: sci-mathematics/dolfin/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 15c5a6f042f44a009cbac8f5ba5e9282a614a32b X-VCS-Branch: master Date: Thu, 14 Sep 2017 19:14:43 +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: a6eda669-6c4d-46e7-831c-0441f4eb4377 X-Archives-Hash: 8c3dcc49095b1d71f1f1abf87c62fcde commit: 15c5a6f042f44a009cbac8f5ba5e9282a614a32b Author: Matthias Maier gentoo org> AuthorDate: Thu Sep 14 18:54:15 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Sep 14 18:54:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=15c5a6f0 sci-mathematics/dolfin: fix patch name Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-mathematics/dolfin/dolfin-2017.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild index 4d5d8f716..5bf0d0a24 100644 --- a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild +++ b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild @@ -51,7 +51,7 @@ DEPEND=" RDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}"/${P}-trilinos-superlu.patch + "${FILESDIR}"/${PN}-2016.2.0-trilinos-superlu.patch ) pkg_setup() {