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 A70551580C6 for ; Wed, 5 Apr 2023 13:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2A9EE0826; Wed, 5 Apr 2023 13:25:37 +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 AD8E9E0837 for ; Wed, 5 Apr 2023 13:25:37 +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 45D94335D4F for ; Wed, 5 Apr 2023 13:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FE40A16 for ; Wed, 5 Apr 2023 13:25:34 +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: <1680700839.88dcb12cb2074e1ac41f020d83e6d8f7394179e5.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-1.0.0_beta5.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 88dcb12cb2074e1ac41f020d83e6d8f7394179e5 X-VCS-Branch: master Date: Wed, 5 Apr 2023 13:25:34 +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: 72a80dcf-a835-4b9c-8b5f-7a4af49277de X-Archives-Hash: b52bee170d9d6ac19ce011be5450332e commit: 88dcb12cb2074e1ac41f020d83e6d8f7394179e5 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Apr 5 11:59:44 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Apr 5 13:20:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88dcb12c dev-util/maturin: comment reminder for --profile gentoo Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-1.0.0_beta5.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/maturin/maturin-1.0.0_beta5.ebuild b/dev-util/maturin/maturin-1.0.0_beta5.ebuild index 6b69e0607aa9..4750cdc64195 100644 --- a/dev-util/maturin/maturin-1.0.0_beta5.ebuild +++ b/dev-util/maturin/maturin-1.0.0_beta5.ebuild @@ -398,6 +398,9 @@ src_configure() { filter-lto # TODO: cleanup after bug #893658 local cargoargs=( + # TODO: try switching to `--profile gentoo` then should be able to + # remove all `use debug` checks and --release in tests, but needs: + # https://github.com/gentoo/gentoo/pull/29510 $(usev debug '--profile dev') --no-default-features # like release.yml + native-tls for better platform support than rustls