summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-04-05 07:59:44 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-04-05 09:20:39 -0400
commit88dcb12cb2074e1ac41f020d83e6d8f7394179e5 (patch)
tree70217393cd318fd41a32b179fe7843aa9a15f0f8 /dev-util
parentmedia-gfx/fotoxx: drop 22.35-r1, 23.0, 23.1 (diff)
downloadgentoo-88dcb12cb2074e1ac41f020d83e6d8f7394179e5.tar.gz
gentoo-88dcb12cb2074e1ac41f020d83e6d8f7394179e5.tar.bz2
gentoo-88dcb12cb2074e1ac41f020d83e6d8f7394179e5.zip
dev-util/maturin: comment reminder for --profile gentoo
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/maturin/maturin-1.0.0_beta5.ebuild3
1 files changed, 3 insertions, 0 deletions
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