commit:     30290cf8e6e7736f226b8ac81499f3cda19a1f2f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 16:06:45 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 16:41:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30290cf8

llvm-runtimes/compiler-rt: fix UnquotedVariable [QA]

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r1.ebuild          | 4 ++--
 llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild          | 4 ++--
 llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r5.ebuild          | 4 ++--
 llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild          | 4 ++--
 llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r1.ebuild          | 4 ++--
 llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild          | 4 ++--
 llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild          | 4 ++--
 llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild          | 4 ++--
 llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild             | 4 ++--
 llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild             | 2 +-
 llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild             | 2 +-
 llvm-runtimes/compiler-rt/compiler-rt-21.0.0.9999.ebuild        | 2 +-
 llvm-runtimes/compiler-rt/compiler-rt-21.0.0_pre20250301.ebuild | 2 +-
 13 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r1.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r1.ebuild
index cc77984a0221..83e772869b22 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r1.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -122,7 +122,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild
index 185c0bd6cc2d..9d1e7778f91c 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -124,7 +124,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r5.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r5.ebuild
index 396adcfd0ccb..7f15c8e932c1 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r5.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -150,7 +150,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
index 05967cd6a6dd..185a15ac82f4 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -152,7 +152,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r1.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r1.ebuild
index 76876bf74f75..507b94bbbdb0 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r1.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -150,7 +150,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild
index b1634891b0e4..4ea2ed3c0b2b 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -152,7 +152,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild
index 285d8c8c72b9..4e67d2d05101 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -145,7 +145,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild
index 7c13a8baa8f2..813b5089c28f 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -147,7 +147,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild
index 67f1df2b98cc..cbefa7c69ba6 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -149,7 +149,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild
index 4c0a6f5c51e7..43cb1f57463e 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild
@@ -149,7 +149,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild
index c097d0a39f93..5443ea12f1da 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild
@@ -149,7 +149,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-21.0.0.9999.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-21.0.0.9999.ebuild
index c3b2eb0428cd..812a99f9d2a6 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-21.0.0.9999.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-21.0.0.9999.ebuild
@@ -148,7 +148,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-21.0.0_pre20250301.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-21.0.0_pre20250301.ebuild
index c3b2eb0428cd..812a99f9d2a6 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-21.0.0_pre20250301.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-21.0.0_pre20250301.ebuild
@@ -148,7 +148,7 @@ src_configure() {
                        -DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
                        # Set version based on the SDK in EPREFIX.
                        # This disables i386 for SDK >= 10.15
-                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+                       -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath 
"${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
                        # Use our libtool instead of looking it up with xcrun
                        -DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
                )

Reply via email to