commit: c8cdb3de736a6271adc8c214a32c750b6cdb8390
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 10:12:05 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 10:12:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cdb3de
sys-devel/clang: Remove redundant cmake dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/clang/clang-15.0.7-r3.ebuild | 5 ++---
sys-devel/clang/clang-16.0.6.ebuild | 3 +--
sys-devel/clang/clang-17.0.6.ebuild | 1 -
sys-devel/clang/clang-18.0.0.9999.ebuild | 3 +--
sys-devel/clang/clang-18.0.0_pre20240106.ebuild | 1 -
5 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/sys-devel/clang/clang-15.0.7-r3.ebuild
b/sys-devel/clang/clang-15.0.7-r3.ebuild
index 518ffaabe67d..131afb227f0e 100644
--- a/sys-devel/clang/clang-15.0.7-r3.ebuild
+++ b/sys-devel/clang/clang-15.0.7-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} )
inherit cmake llvm llvm.org multilib multilib-minimal \
prefix python-single-r1 toolchain-funcs
@@ -33,7 +33,6 @@ RDEPEND="
"
BDEPEND="
${PYTHON_DEPS}
- >=dev-util/cmake-3.16
doc? ( $(python_gen_cond_dep '
dev-python/recommonmark[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
diff --git a/sys-devel/clang/clang-16.0.6.ebuild
b/sys-devel/clang/clang-16.0.6.ebuild
index 6edc6b153de0..8359b516f713 100644
--- a/sys-devel/clang/clang-16.0.6.ebuild
+++ b/sys-devel/clang/clang-16.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,7 +34,6 @@ RDEPEND="
"
BDEPEND="
${PYTHON_DEPS}
- >=dev-util/cmake-3.16
doc? ( $(python_gen_cond_dep '
dev-python/recommonmark[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
diff --git a/sys-devel/clang/clang-17.0.6.ebuild
b/sys-devel/clang/clang-17.0.6.ebuild
index 4962739f383e..1d0161d81743 100644
--- a/sys-devel/clang/clang-17.0.6.ebuild
+++ b/sys-devel/clang/clang-17.0.6.ebuild
@@ -34,7 +34,6 @@ RDEPEND="
"
BDEPEND="
${PYTHON_DEPS}
- >=dev-util/cmake-3.16
doc? ( $(python_gen_cond_dep '
dev-python/recommonmark[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
diff --git a/sys-devel/clang/clang-18.0.0.9999.ebuild
b/sys-devel/clang/clang-18.0.0.9999.ebuild
index d99da1e592c9..f5f1a7728b48 100644
--- a/sys-devel/clang/clang-18.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-18.0.0.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,7 +33,6 @@ RDEPEND="
"
BDEPEND="
${PYTHON_DEPS}
- >=dev-util/cmake-3.16
doc? ( $(python_gen_cond_dep '
dev-python/myst-parser[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
diff --git a/sys-devel/clang/clang-18.0.0_pre20240106.ebuild
b/sys-devel/clang/clang-18.0.0_pre20240106.ebuild
index 3e992599dcc4..f5f1a7728b48 100644
--- a/sys-devel/clang/clang-18.0.0_pre20240106.ebuild
+++ b/sys-devel/clang/clang-18.0.0_pre20240106.ebuild
@@ -33,7 +33,6 @@ RDEPEND="
"
BDEPEND="
${PYTHON_DEPS}
- >=dev-util/cmake-3.16
doc? ( $(python_gen_cond_dep '
dev-python/myst-parser[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]