diff options
author | 2023-12-18 20:08:58 -0500 | |
---|---|---|
committer | 2023-12-19 05:22:01 +0000 | |
commit | 0f1fe5a957e8e692edae35eb6cbe433ab08de1b5 (patch) | |
tree | a2268404306ea216660b5ae5b9fe608d3a387855 /sci-libs | |
parent | dev-python/pyrate-limiter: add dev-db/redis test dep (diff) | |
download | gentoo-0f1fe5a957e8e692edae35eb6cbe433ab08de1b5.tar.gz gentoo-0f1fe5a957e8e692edae35eb6cbe433ab08de1b5.tar.bz2 gentoo-0f1fe5a957e8e692edae35eb6cbe433ab08de1b5.zip |
sci-libs/pastix: destabilize 5.2.3 for ~ppc64
Closes: https://bugs.gentoo.org/899448
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/34362
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/pastix/pastix-5.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild index aa9fc3ed7097..4b0bafedefaf 100644 --- a/sci-libs/pastix/pastix-5.2.3.ebuild +++ b/sci-libs/pastix/pastix-5.2.3.ebuild @@ -22,7 +22,7 @@ S="${WORKDIR}/${PN}_${PV}/src" LICENSE="CeCILL-C" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc int64 mpi +smp starpu static-libs" RDEPEND=" |