mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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 ==
|
||||
|
||||
|
||||
Reference in New Issue
Block a user