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 19F08139694 for ; Tue, 11 Apr 2017 14:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E93C421C0A0; Tue, 11 Apr 2017 14:50:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CC08321C0A0 for ; Tue, 11 Apr 2017 14:50:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 94E2A341692 for ; Tue, 11 Apr 2017 14:50:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B2627435 for ; Tue, 11 Apr 2017 14:50:09 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1491544404.11ca0a9a73e57b0687cc73d0fa1f06c9827d78e1.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dolfin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild X-VCS-Directories: sci-mathematics/dolfin/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 11ca0a9a73e57b0687cc73d0fa1f06c9827d78e1 X-VCS-Branch: master Date: Tue, 11 Apr 2017 14:50:09 +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: 2aecd501-06c7-4af7-8d72-81d02783e50d X-Archives-Hash: 316d0551c15ec2f3e6dc0c010f0331a1 commit: 11ca0a9a73e57b0687cc73d0fa1f06c9827d78e1 Author: Matthias Maier gentoo org> AuthorDate: Fri Apr 7 05:53:24 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Apr 7 05:53:24 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=11ca0a9a sci-mathematics/dolfin: Add dev-python/dijitso dependency Package-Manager: Portage-2.3.3, Repoman-2.3.2 sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild b/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild index aab0037df..4d5d8f716 100644 --- a/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild +++ b/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild @@ -26,6 +26,7 @@ DEPEND=" dev-lang/swig:0= dev-libs/boost:= dev-libs/libxml2:2 + ~dev-python/dijitso-${PV}[${PYTHON_USEDEP}] ~dev-python/ffc-${PV}[${PYTHON_USEDEP}] ~dev-python/fiat-${PV}[${PYTHON_USEDEP}] ~dev-python/instant-${PV}[${PYTHON_USEDEP}]