From 10843a17f8f0442aef3ac2e803556477e09d4e63 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Mon, 6 Jul 2026 04:29:21 -0700 Subject: [PATCH] app-text/typstyle: set RUST_MIN_VER Cargo.toml declares rust-version 1.92, so pin the matching RUST_MIN_VER. Closes: https://bugs.gentoo.org/978811 Signed-off-by: Huang Rui --- app-text/typstyle/typstyle-0.15.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/typstyle/typstyle-0.15.0.ebuild b/app-text/typstyle/typstyle-0.15.0.ebuild index 0c47d1d424..d281783e6a 100644 --- a/app-text/typstyle/typstyle-0.15.0.ebuild +++ b/app-text/typstyle/typstyle-0.15.0.ebuild @@ -5,6 +5,8 @@ EAPI=8 +RUST_MIN_VER="1.92.0" + CRATES=" adler2@2.0.1 aho-corasick@1.1.4