summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-26 03:16:28 +0000
committerSam James <sam@gentoo.org>2021-12-26 03:16:28 +0000
commit0a2d189569d49bf684f0e187bd2c2b4171cdcca8 (patch)
treef3c7f43d4c9c81c99556798fb92e2328c4de0ccc /sci-libs/scotch
parentsci-libs/flann: adjust patch reference (diff)
downloadgentoo-0a2d189569d49bf684f0e187bd2c2b4171cdcca8.tar.gz
gentoo-0a2d189569d49bf684f0e187bd2c2b4171cdcca8.tar.bz2
gentoo-0a2d189569d49bf684f0e187bd2c2b4171cdcca8.zip
sci-libs/scotch: enable threads by default in 6.1.1
Tests need it and it seems reasonable to want them too. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/scotch')
-rw-r--r--sci-libs/scotch/scotch-6.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/scotch/scotch-6.1.1.ebuild b/sci-libs/scotch/scotch-6.1.1.ebuild
index 659fc047fa82..7075116f20e0 100644
--- a/sci-libs/scotch/scotch-6.1.1.ebuild
+++ b/sci-libs/scotch/scotch-6.1.1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-v${PV}"
LICENSE="CeCILL-2"
SLOT="0/${SOVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc int64 mpi static-libs test tools threads"
+IUSE="doc int64 mpi static-libs test tools +threads"
# bug #532620
REQUIRED_USE="test? ( threads )"
RESTRICT="!test? ( test )"