commit: 80c807847cdf56cb90015ffce4fc5492943cfbe1
Author: Michal Rostecki <vadorovsky <AT> protonmail <DOT> com>
AuthorDate: Thu Nov 27 11:29:22 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 27 12:03:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c80784
llvm-runtimes/clang-runtime: Add missing `S=${WORKDIR}` attributes
Lack of them causes errors like:
```
* ERROR: llvm-runtimes/clang-runtime-19.1.7-r1::gentoo failed (install phase):
* The source directory
'/var/tmp/portage/llvm-runtimes/clang-runtime-19.1.7-r1/work/clang-runtime-19.1.7'
doesn't exist
```
Bug: https://bugs.gentoo.org/951445
Signed-off-by: Michal Rostecki <vadorovsky <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44793
Closes: https://github.com/gentoo/gentoo/pull/44793
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild | 1 +
llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild | 1 +
llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild | 1 +
llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild | 1 +
4 files changed, 4 insertions(+)
diff --git a/llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild
b/llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild
index e0c95f42c40b..b77fb77f0c90 100644
--- a/llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild
+++ b/llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild
@@ -7,6 +7,7 @@ inherit multilib multilib-build toolchain-funcs
DESCRIPTION="Meta-ebuild for clang runtime libraries"
HOMEPAGE="https://clang.llvm.org/"
+S=${WORKDIR}
LICENSE="metapackage"
SLOT="${PV%%.*}"
diff --git a/llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild
b/llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild
index e0c95f42c40b..b77fb77f0c90 100644
--- a/llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild
+++ b/llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild
@@ -7,6 +7,7 @@ inherit multilib multilib-build toolchain-funcs
DESCRIPTION="Meta-ebuild for clang runtime libraries"
HOMEPAGE="https://clang.llvm.org/"
+S=${WORKDIR}
LICENSE="metapackage"
SLOT="${PV%%.*}"
diff --git a/llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild
b/llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild
index ccd8e5316864..c728a182ebd3 100644
--- a/llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild
+++ b/llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild
@@ -7,6 +7,7 @@ inherit multilib multilib-build toolchain-funcs
DESCRIPTION="Meta-ebuild for clang runtime libraries"
HOMEPAGE="https://clang.llvm.org/"
+S=${WORKDIR}
LICENSE="metapackage"
SLOT="${PV%%.*}"
diff --git a/llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild
b/llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild
index ecbc5a1a4e93..cdb468c2d0dd 100644
--- a/llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild
+++ b/llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild
@@ -7,6 +7,7 @@ inherit multilib multilib-build
DESCRIPTION="Meta-ebuild for clang runtime libraries"
HOMEPAGE="https://clang.llvm.org/"
+S=${WORKDIR}
LICENSE="metapackage"
SLOT="${PV%%.*}"