diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:02:19 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:02:19 +0000 |
commit | 8abf7061beb29657f5bdd0070d1bc7b228197eab (patch) | |
tree | 2b2c05919ace7a4f4c8d2112e6b6f512e1e7900e /sci-libs/pastix | |
parent | x11-misc/xdaliclock: Stabilize 2.47 x86, #899428 (diff) | |
download | gentoo-8abf7061beb29657f5bdd0070d1bc7b228197eab.tar.gz gentoo-8abf7061beb29657f5bdd0070d1bc7b228197eab.tar.bz2 gentoo-8abf7061beb29657f5bdd0070d1bc7b228197eab.zip |
sci-libs/pastix: Stabilize 6.0.3 arm, #899448
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/pastix')
-rw-r--r-- | sci-libs/pastix/pastix-6.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild index 3a83582cc218..21e5a632d8c4 100644 --- a/sci-libs/pastix/pastix-6.0.3.ebuild +++ b/sci-libs/pastix/pastix-6.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/${PID}/${P}.tar.gz" LICENSE="CeCILL-C" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cuda examples +fortran int64 metis mpi +python +scotch starpu test" RESTRICT="!test? ( test )" |