From ec9bab0bb3d2a800ece37b8144aa97ee6161b4ee Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 13 Apr 2025 10:12:59 +0100 Subject: [PATCH] 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 --- 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 4dda9aedc7c6d..5370e5dbd8d56 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 ==