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>
This commit is contained in:
Matthias Maier
2021-04-09 11:30:47 -05:00
parent 22b0aca66e
commit 8802d5c036

View File

@@ -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] )"