summaryrefslogtreecommitdiff
path: root/llvm-core/clang/clang-16.0.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-core/clang/clang-16.0.6.ebuild')
-rw-r--r--llvm-core/clang/clang-16.0.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm-core/clang/clang-16.0.6.ebuild b/llvm-core/clang/clang-16.0.6.ebuild
index e804c4cfbd01..0b7a0a793ed0 100644
--- a/llvm-core/clang/clang-16.0.6.ebuild
+++ b/llvm-core/clang/clang-16.0.6.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..12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit cmake flag-o-matic llvm llvm.org multilib multilib-minimal
inherit prefix python-single-r1 toolchain-funcs
@@ -41,7 +41,7 @@ BDEPEND="
xml? ( virtual/pkgconfig )
"
PDEPEND="
- ~llvm-core/clang-runtime-${PV}
+ ~llvm-runtimes/clang-runtime-${PV}
llvm-core/clang-toolchain-symlinks:${LLVM_MAJOR}
"