From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1701297-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89A1415802C for <garchives@archives.gentoo.org>; Wed, 18 Dec 2024 12:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D76DFE08C0; Wed, 18 Dec 2024 12:14:59 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD64AE08C0 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Dec 2024 12:14:59 +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 12661340806 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Dec 2024 12:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 950ED1F64 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Dec 2024 12:14:55 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1734524066.e0aa62308e452a58bdbb1cdcb6bba051677332d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maturin/maturin-1.7.8.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e0aa62308e452a58bdbb1cdcb6bba051677332d3 X-VCS-Branch: master Date: Wed, 18 Dec 2024 12:14:55 +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: b9e5e31d-73b4-45e3-8b2d-28b833e5e1d8 X-Archives-Hash: 5335e70c0fa3ef3fd19df8c1750140e2 commit: e0aa62308e452a58bdbb1cdcb6bba051677332d3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 18 12:14:26 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 18 12:14:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0aa6230 dev-util/maturin: Stabilize 1.7.8 x86, #946606 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/maturin/maturin-1.7.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/maturin/maturin-1.7.8.ebuild b/dev-util/maturin/maturin-1.7.8.ebuild index b32b01584a86..1482011855e5 100644 --- a/dev-util/maturin/maturin-1.7.8.ebuild +++ b/dev-util/maturin/maturin-1.7.8.ebuild @@ -476,7 +476,7 @@ LICENSE+=" MIT MPL-2.0 openssl Unicode-3.0 Unicode-DFS-2016 " # crates 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="doc +ssl test" RESTRICT="!test? ( test )"