commit:     75208fcc34b3f8b9978c13ce33ca2722dd439050
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 08:58:00 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 11:22:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75208fcc

sys-devel/clang: Update 17.0.0.9999 for CLANG_RESOURCE_DIR support

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

 sys-devel/clang/clang-17.0.0.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang/clang-17.0.0.9999.ebuild 
b/sys-devel/clang/clang-17.0.0.9999.ebuild
index e22838875809..6a18f24174a2 100644
--- a/sys-devel/clang/clang-17.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-17.0.0.9999.ebuild
@@ -437,7 +437,7 @@ multilib_src_install() {
        # (also drop the version suffix from runtime headers)
        rm -rf "${ED}"/usr/include || die
        mv "${ED}"/usr/lib/llvm/${LLVM_MAJOR}/include "${ED}"/usr/include || die
-       mv "${ED}"/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir)/clang 
"${ED}"/usr/include/clangrt || die
+       mv "${ED}"/usr/lib/clang "${ED}"/usr/include/clangrt || die
        if multilib_native_use extra; then
                # don't wrap clang-tidy headers, the list is too long
                # (they're fine for non-native ABI but enabling the targets is 
problematic)

Reply via email to