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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B96415802C for ; Fri, 20 Dec 2024 17:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67CB2E08C2; Fri, 20 Dec 2024 17:32:24 +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 41B10E08BB for ; Fri, 20 Dec 2024 17:32:24 +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 441F333FEF1 for ; Fri, 20 Dec 2024 17:32:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2073AF5 for ; Fri, 20 Dec 2024 17:32:21 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1734715577.c10ffa957228b39d6db7dd882f774df079d71d0b.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-util/maturin/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-util/maturin/maturin-1.7.8.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: c10ffa957228b39d6db7dd882f774df079d71d0b X-VCS-Branch: master Date: Fri, 20 Dec 2024 17:32:21 +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: 196be331-0e4b-465d-a435-41c762383068 X-Archives-Hash: 51a145f47d88f0da2757530ba7893d8c commit: c10ffa957228b39d6db7dd882f774df079d71d0b Author: orbea riseup net> AuthorDate: Fri Dec 20 17:26:17 2024 +0000 Commit: orbea riseup net> CommitDate: Fri Dec 20 17:26:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=c10ffa95 dev-util/maturin: stabilize 1.7.8 for amd64, arm, arm64, ppc64, x86 Signed-off-by: orbea riseup.net> 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 f61fb85..bb06c6d 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 )"