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 1D07715802C for ; Wed, 18 Dec 2024 12:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 652D8E07EA; Wed, 18 Dec 2024 12:14:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3D5CE07EA for ; Wed, 18 Dec 2024 12:14:58 +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 0673334076D for ; Wed, 18 Dec 2024 12:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C7071F42 for ; Wed, 18 Dec 2024 12:14:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1734524063.6f3492b24b404c8adef48a49a7fc9f6669ff7f4b.sam@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.7.8.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f3492b24b404c8adef48a49a7fc9f6669ff7f4b X-VCS-Branch: master Date: Wed, 18 Dec 2024 12:14:55 +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: 52ac4c41-cad1-41a2-81e8-cd4987b8718a X-Archives-Hash: a4b05b91cfa2a175992bebe9a1e0e2bc commit: 6f3492b24b404c8adef48a49a7fc9f6669ff7f4b Author: Sam James gentoo org> AuthorDate: Wed Dec 18 12:14:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 18 12:14:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3492b2 dev-util/maturin: Stabilize 1.7.8 ppc64, #946606 Signed-off-by: Sam James gentoo.org> 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 e81fbc263ba8..dad593e2740a 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 )"