commit: cd8a1edc84bbb592d48b834d95fb9ab0f4d126d7 Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org> AuthorDate: Mon Sep 1 17:55:19 2014 +0000 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org> CommitDate: Mon Sep 1 17:55:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cd8a1edc
sci-libs/gmsh: fix sci-mathematics/petsc dependency --- sci-libs/gmsh/ChangeLog | 3 +++ sci-libs/gmsh/gmsh-2.8.5.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/gmsh/ChangeLog b/sci-libs/gmsh/ChangeLog index 70af555..97574bb 100644 --- a/sci-libs/gmsh/ChangeLog +++ b/sci-libs/gmsh/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Sep 2014; Jauhien Piatlicki <[email protected]> gmsh-2.8.5.ebuild: + fix sci-mathematics/petsc dependency + *gmsh-2.5.0-r2 (30 Aug 2014) *gmsh-2.8.5 (30 Aug 2014) diff --git a/sci-libs/gmsh/gmsh-2.8.5.ebuild b/sci-libs/gmsh/gmsh-2.8.5.ebuild index 326a6f7..083f082 100644 --- a/sci-libs/gmsh/gmsh-2.8.5.ebuild +++ b/sci-libs/gmsh/gmsh-2.8.5.ebuild @@ -27,7 +27,7 @@ RDEPEND=" med? ( >=sci-libs/med-2.3.4 ) opencascade? ( sci-libs/opencascade ) png? ( media-libs/libpng ) - petsc? ( sci-mathematics/petsc ) + petsc? ( <=sci-mathematics/petsc-3.4.2 ) zlib? ( sys-libs/zlib ) mpi? ( virtual/mpi[cxx] ) taucs? ( sci-libs/taucs )"
