From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 1020315807A for ; Fri, 06 Jun 2025 02:31:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F069334321A for ; Fri, 06 Jun 2025 02:31:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 552FC1104C3; Fri, 06 Jun 2025 02:30:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 492EB1104C2 for ; Fri, 06 Jun 2025 02:30: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 087793431CB for ; Fri, 06 Jun 2025 02:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB77B2822 for ; Fri, 06 Jun 2025 02:30:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749176988.fd49e0c32aeaf5f8ebfe4ea76fa1c030e1748900.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Pari/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild X-VCS-Directories: dev-perl/Math-Pari/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fd49e0c32aeaf5f8ebfe4ea76fa1c030e1748900 X-VCS-Branch: master Date: Fri, 06 Jun 2025 02:30:26 +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: 3bfce16f-68dc-4079-99e6-6334be0da477 X-Archives-Hash: ee9a0e7809bef86826200611c0542d41 commit: fd49e0c32aeaf5f8ebfe4ea76fa1c030e1748900 Author: Sam James gentoo org> AuthorDate: Fri Jun 6 02:29:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 6 02:29:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd49e0c3 dev-perl/Math-Pari: Stabilize 2.30.523 amd64, #957193 Signed-off-by: Sam James gentoo.org> dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild b/dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild index a4d3916fbe16..6944110945a5 100644 --- a/dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild +++ b/dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild @@ -16,7 +16,7 @@ SRC_URI="${SRC_URI} S_PARI="${WORKDIR}"/pari-${PARI_VER} SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" # Math::Pari requires that a copy of the pari source in a parallel # directory to where you build it. It does not need to compile it, but