summaryrefslogtreecommitdiff
path: root/llvm-core/clang/clang-18.1.8-r6.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-09-02 16:32:22 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-02 16:32:22 +0200
commitb8500b6fadfa86d3a8bd2a5953e25e7d56fe8c5d (patch)
treecb866d08bf59cf309ccce1b1d5c9a435d5d4e5d2 /llvm-core/clang/clang-18.1.8-r6.ebuild
parent7a05d3b7513afa0cd42488ecf22350fcef9ac1d2 (diff)
downloadgentoo-b8500b6fadfa86d3a8bd2a5953e25e7d56fe8c5d.tar.gz
gentoo-b8500b6fadfa86d3a8bd2a5953e25e7d56fe8c5d.tar.bz2
gentoo-b8500b6fadfa86d3a8bd2a5953e25e7d56fe8c5d.zip
Move {llvm-core → llvm-runtimes}/clang-runtime
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-core/clang/clang-18.1.8-r6.ebuild')
-rw-r--r--llvm-core/clang/clang-18.1.8-r6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm-core/clang/clang-18.1.8-r6.ebuild b/llvm-core/clang/clang-18.1.8-r6.ebuild
index ecd51bb5ea94..00a237bf23aa 100644
--- a/llvm-core/clang/clang-18.1.8-r6.ebuild
+++ b/llvm-core/clang/clang-18.1.8-r6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit cmake llvm.org multilib multilib-minimal
inherit prefix python-single-r1 toolchain-funcs
@@ -39,7 +39,7 @@ BDEPEND="
xml? ( virtual/pkgconfig )
"
PDEPEND="
- ~llvm-core/clang-runtime-${PV}
+ ~llvm-runtimes/clang-runtime-${PV}
llvm-core/clang-toolchain-symlinks:${LLVM_MAJOR}
"