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 BBBC7158094 for ; Mon, 3 Oct 2022 22:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E735FE08CD; Mon, 3 Oct 2022 22:35:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA0A3E08CD for ; Mon, 3 Oct 2022 22:35:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC56433BEA3 for ; Mon, 3 Oct 2022 22:35:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 053D45A0 for ; Mon, 3 Oct 2022 22:35:33 +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: <1664836441.d3e842994a1bd4d3fb69759c6d2728632e636f92.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 dev-util/maturin/maturin-0.13.5.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d3e842994a1bd4d3fb69759c6d2728632e636f92 X-VCS-Branch: master Date: Mon, 3 Oct 2022 22:35:33 +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: be04f516-e664-41ef-9f6d-8821abc365a6 X-Archives-Hash: f764b8874406ac0daaed15666766219d commit: d3e842994a1bd4d3fb69759c6d2728632e636f92 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Oct 3 22:21:58 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Oct 3 22:34:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e84299 dev-util/maturin: drop ~arm from >=0.13.3 Possible other arches are affected, feel free to drop if run into this. Will get a restore request going when indicatif crate issues are resolved. Bug: https://bugs.gentoo.org/874747 Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-0.13.3.ebuild | 2 +- dev-util/maturin/maturin-0.13.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/maturin/maturin-0.13.3.ebuild b/dev-util/maturin/maturin-0.13.3.ebuild index dc04d93682bc..2463eb5e7566 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 ~arm64 ~riscv ~s390 ~sparc ~x86" IUSE="doc test" RESTRICT="!test? ( test )" diff --git a/dev-util/maturin/maturin-0.13.5.ebuild b/dev-util/maturin/maturin-0.13.5.ebuild index c050da6e6263..63e75bddb2cf 100644 --- a/dev-util/maturin/maturin-0.13.5.ebuild +++ b/dev-util/maturin/maturin-0.13.5.ebuild @@ -352,7 +352,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 ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="doc test" RESTRICT="!test? ( test )"