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 B0D80158094 for ; Tue, 27 Sep 2022 23:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7AE8E082B; Tue, 27 Sep 2022 23:46:06 +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 CED4CE082B for ; Tue, 27 Sep 2022 23:46:06 +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 B81DF340E50 for ; Tue, 27 Sep 2022 23:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EBFA5F2 for ; Tue, 27 Sep 2022 23:46:03 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1664322303.6dc76f18e317579786cf89b63b0642f5bfc9bf56.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maturin/maturin-0.13.3.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6dc76f18e317579786cf89b63b0642f5bfc9bf56 X-VCS-Branch: master Date: Tue, 27 Sep 2022 23:46:03 +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: 898a3665-3b87-4d4c-a019-be49ba4f8f97 X-Archives-Hash: 35dd10f6aeabb47744cac9bfc80f8f97 commit: 6dc76f18e317579786cf89b63b0642f5bfc9bf56 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 27 21:58:57 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Sep 27 23:45:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc76f18 dev-util/maturin: stabilize 0.13.3 for amd64 Stabling this one given 0.13.4+0.13.5(hotfix) had rather major changes and should likely be left in ~arch for some time. Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-0.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/maturin/maturin-0.13.3.ebuild b/dev-util/maturin/maturin-0.13.3.ebuild index 2226b8bb962e..dc04d93682bc 100644 --- a/dev-util/maturin/maturin-0.13.3.ebuild +++ b/dev-util/maturin/maturin-0.13.3.ebuild @@ -350,7 +350,7 @@ LICENSE=" CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 openssl doc? ( CC-BY-4.0 OFL-1.1 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~s390 ~sparc ~x86" IUSE="doc test" RESTRICT="!test? ( test )"