From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3409B158064 for ; Mon, 13 May 2024 18:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6357BE2A28; Mon, 13 May 2024 18:45:04 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CD73E2A28 for ; Mon, 13 May 2024 18:45:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 539AF335C2E for ; Mon, 13 May 2024 18:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAF701AAF for ; Mon, 13 May 2024 18:45:00 +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: <1715625895.d7a707072687a2cac0740a1792ce8e77607dd173.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/build/build-1.2.1.ebuild X-VCS-Directories: dev-python/build/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d7a707072687a2cac0740a1792ce8e77607dd173 X-VCS-Branch: master Date: Mon, 13 May 2024 18:45:00 +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: dd43590b-9429-4a2c-b0d4-9f0b9f61d44b X-Archives-Hash: 38207375e7a82b569a3405911d14cd71 commit: d7a707072687a2cac0740a1792ce8e77607dd173 Author: Michał Górny gentoo org> AuthorDate: Mon May 13 18:19:35 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 13 18:44:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a70707 dev-python/build: Rekeyword ~s390 Signed-off-by: Michał Górny gentoo.org> dev-python/build/build-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/build/build-1.2.1.ebuild b/dev-python/build/build-1.2.1.ebuild index 8d87a01f4a80..9db1b060db58 100644 --- a/dev-python/build/build-1.2.1.ebuild +++ b/dev-python/build/build-1.2.1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86" IUSE="test-rust" RDEPEND=" @@ -41,7 +41,7 @@ BDEPEND=" >=dev-python/virtualenv-20.0.35[${PYTHON_USEDEP}] >=dev-python/wheel-0.36.0[${PYTHON_USEDEP}] test-rust? ( - !sparc? ( dev-python/uv ) + !s390? ( !sparc? ( dev-python/uv ) ) ) ' "${PYTHON_TESTED[@]}") )