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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DC0E15812D for ; Sat, 04 Jan 2025 16:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86B5EE077C; Sat, 04 Jan 2025 16:17:25 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 714FBE077C for ; Sat, 04 Jan 2025 16:17:25 +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 B7FC933FE7D for ; Sat, 04 Jan 2025 16:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBAA319A0 for ; Sat, 04 Jan 2025 16:17:21 +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: <1736007374.6424966e8b7a5823918acb59c0ecebe9ce27e718.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/primesieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/primesieve/primesieve-12.3.ebuild X-VCS-Directories: sci-mathematics/primesieve/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6424966e8b7a5823918acb59c0ecebe9ce27e718 X-VCS-Branch: master Date: Sat, 04 Jan 2025 16:17:21 +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: dc32c503-2850-4872-b2f5-91fece239a43 X-Archives-Hash: 45b27c522a7e1adbb3623a43e842a422 commit: 6424966e8b7a5823918acb59c0ecebe9ce27e718 Author: Sam James gentoo org> AuthorDate: Sat Jan 4 16:16:14 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 4 16:16:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6424966e sci-mathematics/primesieve: Keyword 12.3 arm64, #947261 Signed-off-by: Sam James gentoo.org> sci-mathematics/primesieve/primesieve-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/primesieve/primesieve-12.3.ebuild b/sci-mathematics/primesieve/primesieve-12.3.ebuild index 72dec4e01fea..df546b142787 100644 --- a/sci-mathematics/primesieve/primesieve-12.3.ebuild +++ b/sci-mathematics/primesieve/primesieve-12.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/kimwalisch/primesieve" SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0/12" # subslot is first component of libprimesieve.so version -KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="doc +executable test" RESTRICT="!test? ( test )"