llvm-r2.eclass: inherit multilib

This worked by chance before 064d419ded: 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@gentoo.org>
This commit is contained in:
Sam James
2025-04-13 10:12:59 +01:00
parent 2637257e09
commit ec9bab0bb3

View File

@@ -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 ==