From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E3EE158020 for ; Sun, 4 Dec 2022 09:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B417E0895; Sun, 4 Dec 2022 09:23:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 426A4E0895 for ; Sun, 4 Dec 2022 09:23:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E14BF3412CF for ; Sun, 4 Dec 2022 09:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 459E377D for ; Sun, 4 Dec 2022 09:23:01 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1670145748.02537caa4bc25bc3148b0272fda2d21a79a012d0.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pastix/pastix-6.0.3.ebuild X-VCS-Directories: sci-libs/pastix/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 02537caa4bc25bc3148b0272fda2d21a79a012d0 X-VCS-Branch: master Date: Sun, 4 Dec 2022 09:23:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 756bb457-411a-4f69-a97d-efa9633a8163 X-Archives-Hash: ea3ebd4c2fea513f48479051a883e8d2 commit: 02537caa4bc25bc3148b0272fda2d21a79a012d0 Author: WANG Xuerui gentoo org> AuthorDate: Sat Dec 3 10:13:39 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Dec 4 09:22:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02537caa sci-libs/pastix: keyword 6.0.3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sci-libs/pastix/pastix-6.0.3.ebuild | 4 ++-- 1 file 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 5d9c36f255c1..3a83582cc218 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-2021 Gentoo Authors +# Copyright 1999-2022 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 ~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 )"