diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 11:12:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 11:12:10 +0100 |
commit | 61913dcd170a0c5b56725f94b6985cca376987ba (patch) | |
tree | 7738af308a3726bb2d43c48811c69db1cbe4ef92 /sys-libs/compiler-rt | |
parent | dev-debug/lldb: Remove redundant cmake dep (diff) | |
download | gentoo-61913dcd170a0c5b56725f94b6985cca376987ba.tar.gz gentoo-61913dcd170a0c5b56725f94b6985cca376987ba.tar.bz2 gentoo-61913dcd170a0c5b56725f94b6985cca376987ba.zip |
sys-libs/compiler-rt: Remove redundant cmake dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
6 files changed, 5 insertions, 11 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild b/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild index 32f758f51aa5..c979daaf6e68 100644 --- a/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-15.0.7.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 flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs DESCRIPTION="Compiler runtime library for clang (built-in part)" @@ -19,7 +19,6 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - >=dev-util/cmake-3.16 clang? ( sys-devel/clang ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.6-r4.ebuild b/sys-libs/compiler-rt/compiler-rt-16.0.6-r4.ebuild index 9528215d274c..47dad1c02926 100644 --- a/sys-libs/compiler-rt/compiler-rt-16.0.6-r4.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-16.0.6-r4.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 @@ -19,7 +19,6 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - >=dev-util/cmake-3.16 clang? ( sys-devel/clang ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild b/sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild index 855c52056bcb..c604f3b75612 100644 --- a/sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-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 @@ -19,7 +19,6 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - >=dev-util/cmake-3.16 clang? ( sys-devel/clang ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild b/sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild index 3f58e266e2fe..13e3b9cd23dd 100644 --- a/sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild @@ -19,7 +19,6 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - >=dev-util/cmake-3.16 clang? ( sys-devel/clang ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") diff --git a/sys-libs/compiler-rt/compiler-rt-18.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-18.0.0.9999.ebuild index 9c46e6737daa..364ccbcca438 100644 --- a/sys-libs/compiler-rt/compiler-rt-18.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-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 @@ -18,7 +18,6 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - >=dev-util/cmake-3.16 clang? ( sys-devel/clang ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") diff --git a/sys-libs/compiler-rt/compiler-rt-18.0.0_pre20240106.ebuild b/sys-libs/compiler-rt/compiler-rt-18.0.0_pre20240106.ebuild index fe3f2f72a3dc..364ccbcca438 100644 --- a/sys-libs/compiler-rt/compiler-rt-18.0.0_pre20240106.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-18.0.0_pre20240106.ebuild @@ -18,7 +18,6 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - >=dev-util/cmake-3.16 clang? ( sys-devel/clang ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") |