Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scotch/
Date: Sun, 26 Dec 2021 03:18:16
Message-Id: 1640488588.0a2d189569d49bf684f0e187bd2c2b4171cdcca8.sam@gentoo
1 commit: 0a2d189569d49bf684f0e187bd2c2b4171cdcca8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 03:16:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 03:16:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2d1895
7
8 sci-libs/scotch: enable threads by default in 6.1.1
9
10 Tests need it and it seems reasonable to want them too.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-libs/scotch/scotch-6.1.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-libs/scotch/scotch-6.1.1.ebuild b/sci-libs/scotch/scotch-6.1.1.ebuild
18 index 659fc047fa82..7075116f20e0 100644
19 --- a/sci-libs/scotch/scotch-6.1.1.ebuild
20 +++ b/sci-libs/scotch/scotch-6.1.1.ebuild
21 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-v${PV}"
22 LICENSE="CeCILL-2"
23 SLOT="0/${SOVER}"
24 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
25 -IUSE="doc int64 mpi static-libs test tools threads"
26 +IUSE="doc int64 mpi static-libs test tools +threads"
27 # bug #532620
28 REQUIRED_USE="test? ( threads )"
29 RESTRICT="!test? ( test )"