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 92CDF158041 for ; Wed, 28 Feb 2024 00:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6ACB2BC013; Wed, 28 Feb 2024 00:37:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 976F52BC013 for ; Wed, 28 Feb 2024 00:37:13 +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 BF28733E3A9 for ; Wed, 28 Feb 2024 00:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56CD8B2F for ; Wed, 28 Feb 2024 00:37:11 +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: <1709080623.17869c4b7cfb8801deec282b8db1446f9ccb8690.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cadabra/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild X-VCS-Directories: sci-mathematics/cadabra/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17869c4b7cfb8801deec282b8db1446f9ccb8690 X-VCS-Branch: master Date: Wed, 28 Feb 2024 00:37:11 +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: 83ab95f2-161f-4bc7-a3e6-b08cecd66cd2 X-Archives-Hash: 286cfe2fbd6edd004f8b42590d619d8c commit: 17869c4b7cfb8801deec282b8db1446f9ccb8690 Author: Sam James gentoo org> AuthorDate: Wed Feb 28 00:37:03 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 28 00:37:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17869c4b sci-mathematics/cadabra: Stabilize 2.4.5.4 amd64, #925656 Signed-off-by: Sam James gentoo.org> sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild b/sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild index 674e4a11293b..6cf0e0d717a5 100644 --- a/sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild +++ b/sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild @@ -22,7 +22,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${CADABRA}-${PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3"