summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/Tensile/Tensile-5.1.3-r3.ebuild')
-rw-r--r--dev-util/Tensile/Tensile-5.1.3-r3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/Tensile/Tensile-5.1.3-r3.ebuild b/dev-util/Tensile/Tensile-5.1.3-r3.ebuild
index da1adcab4f7b..63d7d66e8695 100644
--- a/dev-util/Tensile/Tensile-5.1.3-r3.ebuild
+++ b/dev-util/Tensile/Tensile-5.1.3-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 llvm prefix
@@ -27,7 +27,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/msgpack[${PYTHON_USEDEP}]
dev-util/hip
- sys-devel/clang:${LLVM_MAX_SLOT}
+ llvm-core/clang:${LLVM_MAX_SLOT}
>=dev-util/rocm-smi-4.3.0
"
DEPEND="${RDEPEND}"