From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S2TbD-0007Do-Hv for garchives@archives.gentoo.org; Tue, 28 Feb 2012 20:24:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77D1EE0710; Tue, 28 Feb 2012 20:24:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4B669E0710 for ; Tue, 28 Feb 2012 20:24:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1A0E1B4011 for ; Tue, 28 Feb 2012 20:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 727DDE53FE for ; Tue, 28 Feb 2012 20:24:30 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1330377768.a36159de5ad3beccc41a443debe1348cbb3fd804.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a36159de5ad3beccc41a443debe1348cbb3fd804 X-VCS-Branch: master Date: Tue, 28 Feb 2012 20:24:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dc6ed45f-bccd-4376-b649-fdc44bc13eb3 X-Archives-Hash: 783f9a4e364850f318000e1a6cf358a1 commit: a36159de5ad3beccc41a443debe1348cbb3fd804 Author: Jens-Malte Gottfried web de> AuthorDate: Mon Feb 27 21:22:48 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 27 21:22:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da36159de fixed hypre dependency --- sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild b/sci-mathemati= cs/petsc/petsc-3.1_p8-r1.ebuild index a01b135..ddd7a4c 100644 --- a/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild +++ b/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=3D"mpi? ( virtual/mpi[cxx?,fortran?] ) X? ( x11-libs/libX11 ) virtual/lapack virtual/blas - hypre? ( sci-libs/hypre[static-libs=3D] ) + hypre? ( sci-libs/hypre ) metis? ( sci-libs/parmetis ) hdf5? ( sci-libs/hdf5[!mpi?] ) "