From ba90818e7172c52169f8fc5f6fe8aa9929458f12 Mon Sep 17 00:00:00 2001 From: Pavel Sobolev Date: Sat, 30 May 2026 16:55:28 +0300 Subject: [PATCH] sys-auth/authenticator: set `RUST_MIN_VER` Closes: https://bugs.gentoo.org/976028 Signed-off-by: Pavel Sobolev --- sys-auth/authenticator/authenticator-4.6.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-auth/authenticator/authenticator-4.6.2.ebuild b/sys-auth/authenticator/authenticator-4.6.2.ebuild index 971e83cc2f..6ddf41a581 100644 --- a/sys-auth/authenticator/authenticator-4.6.2.ebuild +++ b/sys-auth/authenticator/authenticator-4.6.2.ebuild @@ -3,6 +3,8 @@ EAPI=8 +RUST_MIN_VER="1.82" + inherit cargo gnome2-utils meson xdg DESCRIPTION="2FA code generator for GNOME"