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 45DA1158176 for ; Sun, 19 Oct 2025 02:41:00 +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 31DF9341B26 for ; Sun, 19 Oct 2025 02:41:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5FF2A110576; Sun, 19 Oct 2025 02:40:50 +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 57900110576 for ; Sun, 19 Oct 2025 02:40:50 +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 0C3A6341707 for ; Sun, 19 Oct 2025 02:40:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28D333AE6 for ; Sun, 19 Oct 2025 02:40:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1760841575.62dba64f5ba7d3cf42e5af5d8b2bba6e49a73682.mgorny@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.24.ebuild dev-python/uv-build/uv-build-0.9.3.ebuild dev-python/uv-build/uv-build-0.9.4.ebuild X-VCS-Directories: dev-python/uv-build/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 62dba64f5ba7d3cf42e5af5d8b2bba6e49a73682 X-VCS-Branch: master Date: Sun, 19 Oct 2025 02:40:47 +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: 47e20ba6-2b20-4c4e-b720-c47d821f802d X-Archives-Hash: af4a7be81ef783ac3919d362c7e3c9fd commit: 62dba64f5ba7d3cf42e5af5d8b2bba6e49a73682 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 19 02:39:35 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 19 02:39:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62dba64f dev-python/uv-build: Restore ~x86 keywords Signed-off-by: Michał Górny gentoo.org> dev-python/uv-build/uv-build-0.8.24.ebuild | 2 +- dev-python/uv-build/uv-build-0.9.3.ebuild | 2 +- dev-python/uv-build/uv-build-0.9.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/uv-build/uv-build-0.8.24.ebuild b/dev-python/uv-build/uv-build-0.8.24.ebuild index a047e409cdbc..4c6e8073e800 100644 --- a/dev-python/uv-build/uv-build-0.8.24.ebuild +++ b/dev-python/uv-build/uv-build-0.8.24.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-python/uv-build/uv-build-0.9.3.ebuild b/dev-python/uv-build/uv-build-0.9.3.ebuild index 8d74c706f39b..ca71aacd7b98 100644 --- a/dev-python/uv-build/uv-build-0.9.3.ebuild +++ b/dev-python/uv-build/uv-build-0.9.3.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-python/uv-build/uv-build-0.9.4.ebuild b/dev-python/uv-build/uv-build-0.9.4.ebuild index 8d74c706f39b..ca71aacd7b98 100644 --- a/dev-python/uv-build/uv-build-0.9.4.ebuild +++ b/dev-python/uv-build/uv-build-0.9.4.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"