commit: 8802d5c036f208bf430aadfc1d14e2dbcceffc97 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Fri Apr 9 16:30:47 2021 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Fri Apr 9 18:26:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8802d5c0
sci-libs/gmsh: add a useflag constraint Closes: https://bugs.gentoo.org/771681 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> sci-libs/gmsh/gmsh-4.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/gmsh/gmsh-4.6.0.ebuild b/sci-libs/gmsh/gmsh-4.6.0.ebuild index 82c4c63a69b..df5ea5533a0 100644 --- a/sci-libs/gmsh/gmsh-4.6.0.ebuild +++ b/sci-libs/gmsh/gmsh-4.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ RDEPEND=" med? ( sci-libs/med[mpi] ) opencascade? ( sci-libs/opencascade:* ) png? ( media-libs/libpng:0 ) - petsc? ( sci-mathematics/petsc ) + petsc? ( sci-mathematics/petsc[mpi=] ) zlib? ( sys-libs/zlib ) mpi? ( virtual/mpi[cxx] )"
