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 CD0CA15800A for ; Thu, 20 Jul 2023 10:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2281E0897; Thu, 20 Jul 2023 10:16:27 +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 C76D4E0897 for ; Thu, 20 Jul 2023 10:16:27 +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 38D0733CEF2 for ; Thu, 20 Jul 2023 10:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A39BE7 for ; Thu, 20 Jul 2023 10:16:23 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1689846751.c0ab2949da21f6996a9884d34b8ba3cc2195a686.xen0n@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.1.0.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: c0ab2949da21f6996a9884d34b8ba3cc2195a686 X-VCS-Branch: master Date: Thu, 20 Jul 2023 10:16:23 +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: 1202bfff-d444-4b8c-8742-5b0148e20662 X-Archives-Hash: c508ca862856136500938271306c0c32 commit: c0ab2949da21f6996a9884d34b8ba3cc2195a686 Author: WANG Xuerui gentoo org> AuthorDate: Wed Jul 19 06:50:31 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Jul 20 09:52:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ab2949 dev-util/maturin: keyword 1.1.0 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/maturin/maturin-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/maturin/maturin-1.1.0.ebuild b/dev-util/maturin/maturin-1.1.0.ebuild index 3b827311f732..e28f2fd1ddbd 100644 --- a/dev-util/maturin/maturin-1.1.0.ebuild +++ b/dev-util/maturin/maturin-1.1.0.ebuild @@ -389,7 +389,7 @@ LICENSE+=" 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 Unicode-DFS-2016" # crates SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="doc +ssl test" RESTRICT="!test? ( test )"