Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/
Date: Fri, 16 Jul 2021 13:59:49
Message-Id: 1626443976.443b2f4d91260b27f78fff96f39727733d005a81.marecki@gentoo
1 commit: 443b2f4d91260b27f78fff96f39727733d005a81
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 13:28:04 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 13:59:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443b2f4d
7
8 sci-libs/pastix-6.0.3: enable py3.10
9
10 Using this Python version causes the sandbox to complain once per each
11 Python test - but interestingly enough the tests are able to recover and
12 produce expected results anyway. Without sandbox all is quiet.
13
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 sci-libs/pastix/pastix-6.0.3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild
20 index bf965e7b51c..a711d69037f 100644
21 --- a/sci-libs/pastix/pastix-6.0.3.ebuild
22 +++ b/sci-libs/pastix/pastix-6.0.3.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_9 )
28 +PYTHON_COMPAT=( python3_{9,10} )
29
30 inherit cmake fortran-2 python-single-r1