commit: 715c31ec7559c27e6d31335d54602ef3e71458bb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 14 13:45:07 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 14 13:46:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715c31ec
sys-apps/systemctl-tui: Set RUST_MIN_VER Closes: https://bugs.gentoo.org/961734 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild b/sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild index f8beab4e5134..07fb9506653b 100644 --- a/sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild +++ b/sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild @@ -4,6 +4,8 @@ EAPI=8 CRATES="" +RUST_MIN_VER="1.75" + inherit cargo DESCRIPTION="A simple TUI for interacting with systemd services and their logs"
