Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-physics/SU2/
Date: Sun, 30 May 2021 15:59:26
Message-Id: 1622390285.191b8e50a82197ce23904c2cef882953271367b9.andrewammerlaan@gentoo
1 commit: 191b8e50a82197ce23904c2cef882953271367b9
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 15:58:05 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 15:58:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=191b8e50
7
8 sci-physics/SU2: fix BadDefaultUseFlags
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-physics/SU2/SU2-7.1.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-physics/SU2/SU2-7.1.1.ebuild b/sci-physics/SU2/SU2-7.1.1.ebuild
17 index 49799f412..a10b2a489 100644
18 --- a/sci-physics/SU2/SU2-7.1.1.ebuild
19 +++ b/sci-physics/SU2/SU2-7.1.1.ebuild
20 @@ -23,7 +23,7 @@ KEYWORDS="~amd64"
21 # cgns, metis, parmetis are bundled;
22 # omp is disable as it's experimental;
23 # pastix is disabled as it's try to find bundled libs;
24 -IUSE="cgns -mkl +mpi mpp openblas tecio test tutorials"
25 +IUSE="cgns mkl +mpi mpp openblas tecio test tutorials"
26 RESTRICT="!test? ( test )"
27 REQUIRED_USE="
28 ${PYTHON_REQUIRED_USE}