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 4D8A41581B9 for ; Sat, 20 Sep 2025 12:22:49 +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 2E5E2342040 for ; Sat, 20 Sep 2025 12:22:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F8C7110575; Sat, 20 Sep 2025 12:22:46 +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 16F11110574 for ; Sat, 20 Sep 2025 12:22:46 +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 C184034203E for ; Sat, 20 Sep 2025 12:22:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DFA739CD for ; Sat, 20 Sep 2025 12:22:44 +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: <1758370940.4b5fa6bae6a2c4fe82c95152320163a28ad68ee9.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uv-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uv-build/uv-build-0.8.19.ebuild X-VCS-Directories: dev-python/uv-build/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4b5fa6bae6a2c4fe82c95152320163a28ad68ee9 X-VCS-Branch: master Date: Sat, 20 Sep 2025 12:22:44 +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: ec5fdc0b-1cf8-43b1-b82f-18bee30f280b X-Archives-Hash: a28fdd6d89e45557a166c6ad26777a73 commit: 4b5fa6bae6a2c4fe82c95152320163a28ad68ee9 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Sep 20 12:22:20 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Sep 20 12:22:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5fa6ba dev-python/uv-build: Keyword 0.8.19 ppc, #963097 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/uv-build/uv-build-0.8.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uv-build/uv-build-0.8.19.ebuild b/dev-python/uv-build/uv-build-0.8.19.ebuild index 542c272f691d..a6e3a8033945 100644 --- a/dev-python/uv-build/uv-build-0.8.19.ebuild +++ b/dev-python/uv-build/uv-build-0.8.19.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" IUSE="test" RESTRICT="!test? ( test )"