commit:     afa6433db9d9324802d1c2f76e27a13678c3392f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 02:45:58 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 02:45:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa6433d

llvm-core/clang-runtime: Add multilib inherit

Perhaps multilib-build should list it in @PROVIDES, but let's add it
for the time being.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 llvm-core/clang-runtime/clang-runtime-20.1.1.ebuild             | 2 +-
 llvm-core/clang-runtime/clang-runtime-21.0.0.9999.ebuild        | 2 +-
 llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250317.ebuild | 2 +-
 llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250322.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/llvm-core/clang-runtime/clang-runtime-20.1.1.ebuild 
b/llvm-core/clang-runtime/clang-runtime-20.1.1.ebuild
index ae31aa35da09..e2f0acc83983 100644
--- a/llvm-core/clang-runtime/clang-runtime-20.1.1.ebuild
+++ b/llvm-core/clang-runtime/clang-runtime-20.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit multilib-build
+inherit multilib multilib-build
 
 DESCRIPTION="Meta-ebuild for clang runtime libraries"
 HOMEPAGE="https://clang.llvm.org/";

diff --git a/llvm-core/clang-runtime/clang-runtime-21.0.0.9999.ebuild 
b/llvm-core/clang-runtime/clang-runtime-21.0.0.9999.ebuild
index c9b2e10bf798..870cfbfed8fd 100644
--- a/llvm-core/clang-runtime/clang-runtime-21.0.0.9999.ebuild
+++ b/llvm-core/clang-runtime/clang-runtime-21.0.0.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit multilib-build
+inherit multilib multilib-build
 
 DESCRIPTION="Meta-ebuild for clang runtime libraries"
 HOMEPAGE="https://clang.llvm.org/";

diff --git a/llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250317.ebuild 
b/llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250317.ebuild
index c9b2e10bf798..870cfbfed8fd 100644
--- a/llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250317.ebuild
+++ b/llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250317.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit multilib-build
+inherit multilib multilib-build
 
 DESCRIPTION="Meta-ebuild for clang runtime libraries"
 HOMEPAGE="https://clang.llvm.org/";

diff --git a/llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250322.ebuild 
b/llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250322.ebuild
index c9b2e10bf798..870cfbfed8fd 100644
--- a/llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250322.ebuild
+++ b/llvm-core/clang-runtime/clang-runtime-21.0.0_pre20250322.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit multilib-build
+inherit multilib multilib-build
 
 DESCRIPTION="Meta-ebuild for clang runtime libraries"
 HOMEPAGE="https://clang.llvm.org/";

Reply via email to