From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1610528-garchives=archives.gentoo.org@lists.gentoo.org> 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 53F06158041 for <garchives@archives.gentoo.org>; Wed, 13 Mar 2024 15:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 088D4E2A0D; Wed, 13 Mar 2024 15:03:41 +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 E0986E2A0D for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2024 15:03:40 +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 85A5033FEF1 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2024 15:03:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 285E11520 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2024 15:03:37 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@gentoo.org> 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" <arthurzam@gentoo.org> Message-ID: <1710342214.c79714b12f5048deae28827a7f7589820d286a7d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild X-VCS-Directories: dev-python/setuptools-rust/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c79714b12f5048deae28827a7f7589820d286a7d X-VCS-Branch: master Date: Wed, 13 Mar 2024 15:03:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c05dca13-10f7-4aea-8539-3b5547dba98c X-Archives-Hash: e916c9418e2793d4e8e260a5da6c7248 commit: c79714b12f5048deae28827a7f7589820d286a7d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 13 15:01:46 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Mar 13 15:03:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79714b1 dev-python/setuptools-rust: Stabilize 1.9.0 amd64, #926924 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild index 130ae287c15b..d6106b5b5bb0 100644 --- a/dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild +++ b/dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild @@ -134,7 +134,7 @@ SRC_URI=" # crates are used at test time only, update via pycargoebuild -L -i ... LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"