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 464381582EF for ; Mon, 10 Mar 2025 00:47:01 +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 04377343118 for ; Mon, 10 Mar 2025 00:47:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0062D110370; Mon, 10 Mar 2025 00:47:00 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E844C110370 for ; Mon, 10 Mar 2025 00:46:59 +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 94841343113 for ; Mon, 10 Mar 2025 00:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2B94122C for ; Mon, 10 Mar 2025 00:46:57 +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: <1741567591.3bc67ca88f217efb2596f99c9d842a6cd6845e60.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-3.2.0-r100.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3bc67ca88f217efb2596f99c9d842a6cd6845e60 X-VCS-Branch: master Date: Mon, 10 Mar 2025 00:46:57 +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: f1562bad-3bd2-4785-97c0-87e64aa56680 X-Archives-Hash: c52ad3c30c664ea6e8cc4077f6ba8e0e commit: 3bc67ca88f217efb2596f99c9d842a6cd6845e60 Author: Sam James gentoo org> AuthorDate: Mon Mar 10 00:46:31 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 00:46:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc67ca8 app-crypt/certbot: Keyword 3.2.0-r100 arm64, #949851 Signed-off-by: Sam James gentoo.org> app-crypt/certbot/certbot-3.2.0-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/certbot/certbot-3.2.0-r100.ebuild b/app-crypt/certbot/certbot-3.2.0-r100.ebuild index c14b47d5ff54..50025ffb30e6 100644 --- a/app-crypt/certbot/certbot-3.2.0-r100.ebuild +++ b/app-crypt/certbot/certbot-3.2.0-r100.ebuild @@ -23,7 +23,7 @@ else # Only for amd64, arm64 and x86 because of dev-python/python-augeas #KEYWORDS="~amd64 ~arm64 ~x86" # Only for amd64 and x86 because of dev-python/dns-lexicon - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates"