commit: a3fb40002203a567ad8fb527ddda0fc5a6869f46
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 01:09:27 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 01:33:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fb4000
app-crypt/sequoia-sqv: add LLVM 19
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/sequoia-sqv/sequoia-sqv-1.2.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1-r1.ebuild
b/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1-r1.ebuild
index 4747509779ff..0de98901f7cb 100644
--- a/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1-r1.ebuild
+++ b/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -250,7 +250,7 @@ CRATES="
[email protected]
"
-LLVM_COMPAT=( {17..18} )
+LLVM_COMPAT=( {17..19} )
RUST_NEEDS_LLVM=1
inherit bash-completion-r1 cargo llvm-r1