summaryrefslogtreecommitdiff
path: root/llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild
diff options
context:
space:
mode:
authorMichal Rostecki <vadorovsky@protonmail.com>2025-11-27 12:29:22 +0100
committerMichał Górny <mgorny@gentoo.org>2025-11-27 13:03:20 +0100
commit80c807847cdf56cb90015ffce4fc5492943cfbe1 (patch)
treecda5fbd572e3981900831c984e5164edfc416859 /llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild
parent629969615dbc63b4543ab9fce7aa5236da3ade57 (diff)
downloadgentoo-80c807847cdf56cb90015ffce4fc5492943cfbe1.tar.gz
gentoo-80c807847cdf56cb90015ffce4fc5492943cfbe1.tar.bz2
gentoo-80c807847cdf56cb90015ffce4fc5492943cfbe1.zip
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@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@gentoo.org>
Diffstat (limited to 'llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild')
-rw-r--r--llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
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%%.*}"