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 5E53F1581B9 for ; Fri, 26 Sep 2025 13:39:54 +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 4894E340EE5 for ; Fri, 26 Sep 2025 13:39:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 461E8110573; Fri, 26 Sep 2025 13: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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3C4B2110573 for ; Fri, 26 Sep 2025 13: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC9DD340EE5 for ; Fri, 26 Sep 2025 13:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F2B624A4 for ; Fri, 26 Sep 2025 13: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: <1758893982.70da42edaf1d66477df02b0e403b821ca5b36f61.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/btrfs-progs/btrfs-progs-6.16.ebuild X-VCS-Directories: sys-fs/btrfs-progs/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 70da42edaf1d66477df02b0e403b821ca5b36f61 X-VCS-Branch: master Date: Fri, 26 Sep 2025 13: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: 0397d91d-c7e6-4602-85c8-a5bb541f7212 X-Archives-Hash: 14f70463aceed5f8283203c8b49950cf commit: 70da42edaf1d66477df02b0e403b821ca5b36f61 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 26 13:39:42 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 26 13:39:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70da42ed sys-fs/btrfs-progs: Stabilize 6.16 ppc64, #963155 Signed-off-by: Arthur Zamarin gentoo.org> sys-fs/btrfs-progs/btrfs-progs-6.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/btrfs-progs/btrfs-progs-6.16.ebuild b/sys-fs/btrfs-progs/btrfs-progs-6.16.ebuild index c1ddced8f5bb..c1cf401bf553 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-6.16.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-6.16.ebuild @@ -26,7 +26,7 @@ else S="${WORKDIR}"/${PN}-${MY_PV} if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" fi fi