diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-04-09 11:30:47 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-04-09 13:26:27 -0500 |
commit | 8802d5c036f208bf430aadfc1d14e2dbcceffc97 (patch) | |
tree | 502f3c02a72b42f80bf7cbb9a72b6b6b3005cd91 /sci-libs/gmsh | |
parent | sci-mathematics/petsc: add addpredict statement (diff) | |
download | gentoo-8802d5c036f208bf430aadfc1d14e2dbcceffc97.tar.gz gentoo-8802d5c036f208bf430aadfc1d14e2dbcceffc97.tar.bz2 gentoo-8802d5c036f208bf430aadfc1d14e2dbcceffc97.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs/gmsh')
-rw-r--r-- | sci-libs/gmsh/gmsh-4.6.0.ebuild | 4 |
1 files 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 82c4c63a69b6..df5ea5533a0a 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] )" |