diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-09-03 17:33:56 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-09-03 17:34:54 -0500 |
commit | 556266fadda162b3ffcac90d1824a9960e1caae1 (patch) | |
tree | 00018e314b8c8b7bc91ba8182b4cf5ff445b0294 /sci-libs | |
parent | profiles: mask sci-libs/libmed for removal (diff) | |
download | gentoo-556266fadda162b3ffcac90d1824a9960e1caae1.tar.gz gentoo-556266fadda162b3ffcac90d1824a9960e1caae1.tar.bz2 gentoo-556266fadda162b3ffcac90d1824a9960e1caae1.zip |
sci-libs/gmsh: update dependencies for new med ebuild
Bug: https://bugs.gentoo.org/show_bug.cgi?id=693448
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gmsh/gmsh-4.4.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/gmsh/gmsh-4.4.1.ebuild b/sci-libs/gmsh/gmsh-4.4.1.ebuild index fa56d3eae139..af727805d6c1 100644 --- a/sci-libs/gmsh/gmsh-4.4.1.ebuild +++ b/sci-libs/gmsh/gmsh-4.4.1.ebuild @@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~x86" ## cgns is not compiling ATM, maybe fix cgns lib first IUSE="blas cgns examples jpeg lua med metis mpi netgen opencascade petsc png python X zlib" +REQUIRED_USE="med? ( mpi )" + RDEPEND=" virtual/fortran X? ( x11-libs/fltk:1 ) |