commit: 132bf06be3fef7bccad09521fc6252b172271091
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 09:59:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 10 10:25:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132bf06b
media-gfx/fotema: Add RUST_MIN_VER
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/fotema/fotema-1.20.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-gfx/fotema/fotema-1.20.1.ebuild
b/media-gfx/fotema/fotema-1.20.1.ebuild
index cbd38b0ccf30..fda8fc92b8e8 100644
--- a/media-gfx/fotema/fotema-1.20.1.ebuild
+++ b/media-gfx/fotema/fotema-1.20.1.ebuild
@@ -10,6 +10,8 @@ declare -A GIT_CRATES=(
[rust-faces]='https://github.com/blissd/fotema-rust-faces;43c0d5acd6f3f4d90c6487708f2e511a73bf7c9e;fotema-rust-faces-%commit%'
)
+RUST_MIN_VER="1.85.0"
+
inherit cargo gnome2-utils meson xdg-utils
CRATE_P=${P/-/-v}