commit:     61913dcd170a0c5b56725f94b6985cca376987ba
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 10:12:10 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 10:12:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61913dcd

sys-libs/compiler-rt: Remove redundant cmake dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild             | 5 ++---
 sys-libs/compiler-rt/compiler-rt-16.0.6-r4.ebuild          | 3 +--
 sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild             | 3 +--
 sys-libs/compiler-rt/compiler-rt-17.0.6.ebuild             | 1 -
 sys-libs/compiler-rt/compiler-rt-18.0.0.9999.ebuild        | 3 +--
 sys-libs/compiler-rt/compiler-rt-18.0.0_pre20240106.ebuild | 1 -
 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}]")

Reply via email to