commit: a18df914909755155edb6049ace22616ffd79329 Author: Christopher Fore <csfore <AT> posteo <DOT> net> AuthorDate: Thu Apr 10 17:32:28 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 10 18:49:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18df914
sys-fs/bcachefs-tools: call rust_pkg_setup, add LLVM 20 - Package builds w/ LLVM 20 set in LLVM_SLOT Closes: https://bugs.gentoo.org/953515 Signed-off-by: Christopher Fore <csfore <AT> posteo.net> Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild index 101ecf0c2584..e282fa71f7da 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -87,7 +87,7 @@ CRATES=" [email protected] " -LLVM_COMPAT=( {17..19} ) +LLVM_COMPAT=( {17..20} ) PYTHON_COMPAT=( python3_{10..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kentoverstreet.asc inherit cargo flag-o-matic llvm-r1 python-any-r1 shell-completion toolchain-funcs unpacker verify-sig @@ -147,6 +147,7 @@ python_check_deps() { } pkg_setup() { + rust_pkg_setup llvm-r1_pkg_setup python-any-r1_pkg_setup }
