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 B600C158013 for ; Sat, 9 Dec 2023 17:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 080612BC03D; Sat, 9 Dec 2023 17:02:31 +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 E189D2BC03D for ; Sat, 9 Dec 2023 17:02:30 +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 06F35340BEA for ; Sat, 9 Dec 2023 17:02:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57F9E1496 for ; Sat, 9 Dec 2023 17:02:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1702141342.0ffb1c1b1056baf2fdd7f1b30d8617e28dc3dcf2.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0ffb1c1b1056baf2fdd7f1b30d8617e28dc3dcf2 X-VCS-Branch: master Date: Sat, 9 Dec 2023 17:02:27 +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: 35764dc3-0261-4913-a0d6-f5bb373dfa35 X-Archives-Hash: f5cd2795d490af65f3020341874f5cbe commit: 0ffb1c1b1056baf2fdd7f1b30d8617e28dc3dcf2 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 9 16:56:55 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 9 17:02:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffb1c1b sci-libs/pastix: Dekeyword ~ia64 Signed-off-by: Michał Górny gentoo.org> sci-libs/pastix/pastix-6.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild index d1d1ab2786c1..f8535d36390e 100644 --- a/sci-libs/pastix/pastix-6.0.3.ebuild +++ b/sci-libs/pastix/pastix-6.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake fortran-2 python-single-r1