Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gmsh/
Date: Tue, 03 Sep 2019 22:35:15
Message-Id: 1567550094.556266fadda162b3ffcac90d1824a9960e1caae1.tamiko@gentoo
1 commit: 556266fadda162b3ffcac90d1824a9960e1caae1
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 3 22:33:56 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 3 22:34:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556266fa
7
8 sci-libs/gmsh: update dependencies for new med ebuild
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=693448
11 Package-Manager: Portage-2.3.75, Repoman-2.3.17
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 sci-libs/gmsh/gmsh-4.4.1.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/sci-libs/gmsh/gmsh-4.4.1.ebuild b/sci-libs/gmsh/gmsh-4.4.1.ebuild
18 index fa56d3eae13..af727805d6c 100644
19 --- a/sci-libs/gmsh/gmsh-4.4.1.ebuild
20 +++ b/sci-libs/gmsh/gmsh-4.4.1.ebuild
21 @@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~x86"
22 ## cgns is not compiling ATM, maybe fix cgns lib first
23 IUSE="blas cgns examples jpeg lua med metis mpi netgen opencascade petsc png python X zlib"
24
25 +REQUIRED_USE="med? ( mpi )"
26 +
27 RDEPEND="
28 virtual/fortran
29 X? ( x11-libs/fltk:1 )