diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 11:12:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 11:12:05 +0100 |
commit | c8cdb3de736a6271adc8c214a32c750b6cdb8390 (patch) | |
tree | cad9a7cd6d0888b989a53120ba69d355e4bcd147 /sys-devel | |
parent | dev-ml/llvm-ocaml: Remove redundant cmake dep (diff) | |
download | gentoo-c8cdb3de736a6271adc8c214a32c750b6cdb8390.tar.gz gentoo-c8cdb3de736a6271adc8c214a32c750b6cdb8390.tar.bz2 gentoo-c8cdb3de736a6271adc8c214a32c750b6cdb8390.zip |
sys-devel/clang: Remove redundant cmake dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-15.0.7-r3.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/clang/clang-16.0.6.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/clang/clang-17.0.6.ebuild | 1 | ||||
-rw-r--r-- | sys-devel/clang/clang-18.0.0.9999.ebuild | 3 | ||||
-rw-r--r-- | 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}] |