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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 832DA1582EF for ; Sun, 02 Mar 2025 13:51:22 +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 70C783430B0 for ; Sun, 02 Mar 2025 13:51:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 43C871102D0; Sun, 02 Mar 2025 13:51:21 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 397561102D0 for ; Sun, 02 Mar 2025 13:51:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E63F03430A4 for ; Sun, 02 Mar 2025 13:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AE1916DF for ; Sun, 02 Mar 2025 13:51:19 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1740923405.fa8f8f0af7c0f32dd37a1965742060561073313a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cpuinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cpuinfo/cpuinfo-2024.10.22.2.ebuild X-VCS-Directories: dev-libs/cpuinfo/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: fa8f8f0af7c0f32dd37a1965742060561073313a X-VCS-Branch: master Date: Sun, 02 Mar 2025 13:51:19 +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: 78bf88d0-a790-411c-826f-807705a1ff81 X-Archives-Hash: e820c589962359edd3359e950df2de2b commit: fa8f8f0af7c0f32dd37a1965742060561073313a Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 2 13:41:36 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 2 13:50:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8f8f0a dev-libs/cpuinfo: keyword 2024.10.22.2 for ~arm64 Signed-off-by: Alfredo Tupone gentoo.org> dev-libs/cpuinfo/cpuinfo-2024.10.22.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/cpuinfo/cpuinfo-2024.10.22.2.ebuild b/dev-libs/cpuinfo/cpuinfo-2024.10.22.2.ebuild index 326fa5139b75..30e6a4bd92c0 100644 --- a/dev-libs/cpuinfo/cpuinfo-2024.10.22.2.ebuild +++ b/dev-libs/cpuinfo/cpuinfo-2024.10.22.2.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${CommitId} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="test" BDEPEND="test? ( dev-cpp/gtest )"