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 19BFC1581B9 for ; Mon, 22 Sep 2025 07:31:11 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F2EA63417BD for ; Mon, 22 Sep 2025 07:31:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EBFB2110575; Mon, 22 Sep 2025 07:31:05 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E4988110575 for ; Mon, 22 Sep 2025 07:31:05 +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 9B11F3415DF for ; Mon, 22 Sep 2025 07:31:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BD2739F9 for ; Mon, 22 Sep 2025 07:31:03 +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: <1758526259.21ba3b2b096cf50cb3e85c2b0a384ed28802acdf.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.2508.0.ebuild X-VCS-Directories: app-admin/rsyslog/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 21ba3b2b096cf50cb3e85c2b0a384ed28802acdf X-VCS-Branch: master Date: Mon, 22 Sep 2025 07:31:03 +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: fdd039d4-b428-4648-966f-1b563bd063bc X-Archives-Hash: 03454c53ba60ba9497b303409939d91f commit: 21ba3b2b096cf50cb3e85c2b0a384ed28802acdf Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 22 07:30:59 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 22 07:30:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ba3b2b app-admin/rsyslog: Keyword 8.2508.0 ppc64, #963111 Signed-off-by: Arthur Zamarin gentoo.org> app-admin/rsyslog/rsyslog-8.2508.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/rsyslog/rsyslog-8.2508.0.ebuild b/app-admin/rsyslog/rsyslog-8.2508.0.ebuild index be23e1933e66..c3434343ab39 100644 --- a/app-admin/rsyslog/rsyslog-8.2508.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.2508.0.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="GPL-3 LGPL-3 Apache-2.0"