commit: f909cf89962214c52470f6e7034a2e8ca40b4d21 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 30 14:16:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 30 14:41:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f909cf89
app-crypt/sequoia-sop: add missing RUST_MIN_VER Closes: https://bugs.gentoo.org/961735 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/sequoia-sop/sequoia-sop-0.37.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/sequoia-sop/sequoia-sop-0.37.2.ebuild b/app-crypt/sequoia-sop/sequoia-sop-0.37.2.ebuild index 496ed47b7ae6..36e29c372fd9 100644 --- a/app-crypt/sequoia-sop/sequoia-sop-0.37.2.ebuild +++ b/app-crypt/sequoia-sop/sequoia-sop-0.37.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 CRATES=" " - +RUST_MIN_VER="1.79.0" LLVM_COMPAT=( {16..20} ) inherit cargo llvm-r1 shell-completion
