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 CED83159C96 for ; Fri, 26 Jul 2024 03:39:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB23EE2A8B; Fri, 26 Jul 2024 03:39:53 +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 pigeon.gentoo.org (Postfix) with ESMTPS id C6EDFE2A8B for ; Fri, 26 Jul 2024 03:39:53 +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 C423433FE7D for ; Fri, 26 Jul 2024 03:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 371A31E68 for ; Fri, 26 Jul 2024 03:39:51 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1721965187.0674ae257269aabd2bd1fc18873330ef7f478eeb.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rsyslog/rsyslog-8.2404.0-r1.ebuild X-VCS-Directories: app-admin/rsyslog/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0674ae257269aabd2bd1fc18873330ef7f478eeb X-VCS-Branch: master Date: Fri, 26 Jul 2024 03:39:51 +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: c0d06468-4543-4c91-9d41-762131980403 X-Archives-Hash: 16b110af0cb5247c777bb51a823b28d0 commit: 0674ae257269aabd2bd1fc18873330ef7f478eeb Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jul 26 03:39:47 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jul 26 03:39:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0674ae25 app-admin/rsyslog: Stabilize 8.2404.0-r1 arm, #936637 Signed-off-by: Arthur Zamarin gentoo.org> app-admin/rsyslog/rsyslog-8.2404.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/rsyslog/rsyslog-8.2404.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.2404.0-r1.ebuild index 056cf8c99389..c7f75574f69e 100644 --- a/app-admin/rsyslog/rsyslog-8.2404.0-r1.ebuild +++ b/app-admin/rsyslog/rsyslog-8.2404.0-r1.ebuild @@ -24,7 +24,7 @@ else ) " - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86" fi LICENSE="GPL-3 LGPL-3 Apache-2.0"