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 8153315821F for ; Sat, 23 Nov 2024 20:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB995E0884; Sat, 23 Nov 2024 20:16:48 +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 AFA62E088A for ; Sat, 23 Nov 2024 20:16:48 +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 CD67434027D for ; Sat, 23 Nov 2024 20:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D8E21E74 for ; Sat, 23 Nov 2024 20:16:46 +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: <1732392935.365efdf358a9c9942e5fad3bf88902e5696b8134.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/folly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/folly/folly-2024.11.04.00-r1.ebuild X-VCS-Directories: dev-cpp/folly/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 365efdf358a9c9942e5fad3bf88902e5696b8134 X-VCS-Branch: master Date: Sat, 23 Nov 2024 20:16:46 +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: 95d3abf3-69a0-4353-a9e9-137fbe241187 X-Archives-Hash: 2aa59d3e085c2a2831d87b3854f62ef8 commit: 365efdf358a9c9942e5fad3bf88902e5696b8134 Author: sin-ack protonmail com> AuthorDate: Wed Nov 13 00:09:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 23 20:15:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365efdf3 dev-cpp/folly: keyword 2024.11.04.00-r1 for ~arm64 Signed-off-by: sin-ack protonmail.com> Signed-off-by: Sam James gentoo.org> dev-cpp/folly/folly-2024.11.04.00-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/folly/folly-2024.11.04.00-r1.ebuild b/dev-cpp/folly/folly-2024.11.04.00-r1.ebuild index 8406398d114d..fd2b8493af92 100644 --- a/dev-cpp/folly/folly-2024.11.04.00-r1.ebuild +++ b/dev-cpp/folly/folly-2024.11.04.00-r1.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/facebook/folly/releases/download/v${PV}/${PN}-v${PV} LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="llvm-libunwind test" RESTRICT="!test? ( test )"