commit: ec9bab0bb3d2a800ece37b8144aa97ee6161b4ee Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 09:12:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 09:12:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9bab0b
llvm-r2.eclass: inherit multilib This worked by chance before 064d419ded17cb95eb12aa9478cad52e906dc6d4: llvm-r2 uses get_all_abis and get_abi_CHOST, so inherit multilib explicitly. Closes: https://bugs.gentoo.org/953755 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/llvm-r2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/llvm-r2.eclass b/eclass/llvm-r2.eclass index 4dda9aedc7c6..5370e5dbd8d5 100644 --- a/eclass/llvm-r2.eclass +++ b/eclass/llvm-r2.eclass @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: llvm-r2.eclass @@ -54,7 +54,7 @@ esac if [[ -z ${_LLVM_R2_ECLASS} ]]; then _LLVM_R2_ECLASS=1 -inherit llvm-utils +inherit llvm-utils multilib # == internal control knobs ==
