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 F281115ACFC for ; Wed, 26 Apr 2023 14:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FB04E087F; Wed, 26 Apr 2023 14:33:17 +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 29213E087F for ; Wed, 26 Apr 2023 14:33:17 +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 73C5B340FE5 for ; Wed, 26 Apr 2023 14:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14200A53 for ; Wed, 26 Apr 2023 14:33:15 +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: <1682519573.fe9ed37c944211f46a906a84953d573c58711c74.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme/acme-2.4.0.ebuild X-VCS-Directories: app-crypt/acme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe9ed37c944211f46a906a84953d573c58711c74 X-VCS-Branch: master Date: Wed, 26 Apr 2023 14:33:15 +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: 1446a3a3-6652-49ee-be64-26c605ee0021 X-Archives-Hash: 0a34ca651317f9d24cf32a4e14dc29f7 commit: fe9ed37c944211f46a906a84953d573c58711c74 Author: Sam James gentoo org> AuthorDate: Wed Apr 26 14:32:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 26 14:32:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9ed37c app-crypt/acme: Stabilize 2.4.0 arm, #905120 Signed-off-by: Sam James gentoo.org> app-crypt/acme/acme-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/acme/acme-2.4.0.ebuild b/app-crypt/acme/acme-2.4.0.ebuild index cfc99164db52..2cc91284d988 100644 --- a/app-crypt/acme/acme-2.4.0.ebuild +++ b/app-crypt/acme/acme-2.4.0.ebuild @@ -22,7 +22,7 @@ else https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${PARENT_P}.gh.tar.gz " - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="An implementation of the ACME protocol"