commit:     5eb33ec52d3f8584311f9e829e7e6158382d734c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  4 19:29:35 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun  4 19:53:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb33ec5

llvm-runtimes/libcxx: Fix LIT_XFAIL

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

 llvm-runtimes/libcxx/libcxx-21.0.0.9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/llvm-runtimes/libcxx/libcxx-21.0.0.9999.ebuild 
b/llvm-runtimes/libcxx/libcxx-21.0.0.9999.ebuild
index b09321f224bb..83a352172097 100644
--- a/llvm-runtimes/libcxx/libcxx-21.0.0.9999.ebuild
+++ b/llvm-runtimes/libcxx/libcxx-21.0.0.9999.ebuild
@@ -145,9 +145,7 @@ multilib_src_compile() {
 }
 
 multilib_src_test() {
-       local LIT_XFAIL="
-               libcxx/gdb/gdb_pretty_printer_test.sh.cpp
-       "
+       local -x LIT_XFAIL="libcxx/gdb/gdb_pretty_printer_test.sh.cpp"
 
        local -x LIT_PRESERVES_TMP=1
        cmake_build install-cxx-test-suite-prefix

Reply via email to