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 652D6158041 for ; Fri, 15 Mar 2024 04:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9813EE29E8; Fri, 15 Mar 2024 04:14:14 +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 7C508E29E8 for ; Fri, 15 Mar 2024 04:14:14 +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 62605335C0F for ; Fri, 15 Mar 2024 04:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9442B151A for ; Fri, 15 Mar 2024 04:14:10 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1710476014.c2701c985e5dabdbaceb8e0b90a553346b62a3dd.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/salt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/salt/salt-3005.5-r1.ebuild X-VCS-Directories: app-admin/salt/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c2701c985e5dabdbaceb8e0b90a553346b62a3dd X-VCS-Branch: master Date: Fri, 15 Mar 2024 04:14:10 +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: 783d7c46-aff1-4d10-91e8-02d1e753244b X-Archives-Hash: 203d628d5039b879f18647d0ff1fd8cb commit: c2701c985e5dabdbaceb8e0b90a553346b62a3dd Author: Matoro Mahri matoro tk> AuthorDate: Wed Mar 13 21:41:51 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Mar 15 04:13:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2701c98 app-admin/salt: Stabilize 3005.5-r1 arm64, #918347 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> app-admin/salt/salt-3005.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/salt/salt-3005.5-r1.ebuild b/app-admin/salt/salt-3005.5-r1.ebuild index 00992ac88f15..835496219717 100644 --- a/app-admin/salt/salt-3005.5-r1.ebuild +++ b/app-admin/salt/salt-3005.5-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_BRANCH="develop" else inherit pypi - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~riscv x86" fi LICENSE="Apache-2.0"