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 9907D158020 for ; Sat, 22 Oct 2022 08:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7D65E0905; Sat, 22 Oct 2022 08:32:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF12AE0905 for ; Sat, 22 Oct 2022 08:32:19 +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 CF5EA341153 for ; Sat, 22 Oct 2022 08:32:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1F9E627 for ; Sat, 22 Oct 2022 08:32:16 +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: <1666426391.4819cb94fd3bf8f861a3edf08be5453df5e7efc4.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.6.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4819cb94fd3bf8f861a3edf08be5453df5e7efc4 X-VCS-Branch: master Date: Sat, 22 Oct 2022 08:32:16 +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: 27f36139-8170-4500-b795-1792a0188d1b X-Archives-Hash: 12bf1497f5676a8b46f630560fe92941 commit: 4819cb94fd3bf8f861a3edf08be5453df5e7efc4 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Oct 22 08:08:05 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Oct 22 08:13:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4819cb94 dev-util/maturin: stabilize 0.13.6 for amd64 Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-0.13.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/maturin/maturin-0.13.6.ebuild b/dev-util/maturin/maturin-0.13.6.ebuild index 2de320c38018..0ed813b648ec 100644 --- a/dev-util/maturin/maturin-0.13.6.ebuild +++ b/dev-util/maturin/maturin-0.13.6.ebuild @@ -357,7 +357,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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="doc test" RESTRICT="!test? ( test )"