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 A934B158088 for ; Sun, 02 Nov 2025 07:06:24 +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 9602E340EA8 for ; Sun, 02 Nov 2025 07:06:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 78C8A11057B; Sun, 02 Nov 2025 07:04:55 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 70C5A11057B for ; Sun, 02 Nov 2025 07:04:55 +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 2E5FA340F37 for ; Sun, 02 Nov 2025 07:04:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BC413BBE for ; Sun, 02 Nov 2025 07:04:52 +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: <1762067068.e9d09c08e6e6b1fdd33d20be9fb6cbad570a0a7f.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.17.ebuild X-VCS-Directories: sys-fs/btrfs-progs/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e9d09c08e6e6b1fdd33d20be9fb6cbad570a0a7f X-VCS-Branch: master Date: Sun, 02 Nov 2025 07:04:52 +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: e10bbf96-280e-4edc-a14c-411b3ea96b60 X-Archives-Hash: 5013a0dec9dccecdf6c7d1a6b5718c1b commit: e9d09c08e6e6b1fdd33d20be9fb6cbad570a0a7f Author: Arthur Zamarin gentoo org> AuthorDate: Sun Nov 2 07:04:28 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Nov 2 07:04:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d09c08 sys-fs/btrfs-progs: Stabilize 6.17 ppc, #965442 Signed-off-by: Arthur Zamarin gentoo.org> sys-fs/btrfs-progs/btrfs-progs-6.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/btrfs-progs/btrfs-progs-6.17.ebuild b/sys-fs/btrfs-progs/btrfs-progs-6.17.ebuild index 753349bcddf2..c857626f760a 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-6.17.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-6.17.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