commit: 2139a209eb1e1ee247cfba60250c98bc3ada5e2b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 10:12:08 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 10:12:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2139a209
sys-devel/lld: Remove redundant cmake dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/lld/lld-15.0.7.ebuild | 3 +--
sys-devel/lld/lld-16.0.6.ebuild | 3 +--
sys-devel/lld/lld-17.0.6.ebuild | 1 -
sys-devel/lld/lld-18.0.0.9999.ebuild | 1 -
sys-devel/lld/lld-18.0.0_pre20240106.ebuild | 1 -
5 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/sys-devel/lld/lld-15.0.7.ebuild b/sys-devel/lld/lld-15.0.7.ebuild
index 51a6a5bb778c..5040684bb927 100644
--- a/sys-devel/lld/lld-15.0.7.ebuild
+++ b/sys-devel/lld/lld-15.0.7.ebuild
@@ -3,7 +3,7 @@
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="The LLVM linker (link editor)"
@@ -26,7 +26,6 @@ RDEPEND="
BDEPEND="
sys-devel/llvm:${LLVM_MAJOR}
test? (
- >=dev-util/cmake-3.16
$(python_gen_any_dep
">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
)
"
diff --git a/sys-devel/lld/lld-16.0.6.ebuild b/sys-devel/lld/lld-16.0.6.ebuild
index ab2cbc982c7f..d3f55d11c164 100644
--- a/sys-devel/lld/lld-16.0.6.ebuild
+++ b/sys-devel/lld/lld-16.0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
DESCRIPTION="The LLVM linker (link editor)"
@@ -27,7 +27,6 @@ RDEPEND="
BDEPEND="
sys-devel/llvm:${LLVM_MAJOR}
test? (
- >=dev-util/cmake-3.16
$(python_gen_any_dep
">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
)
"
diff --git a/sys-devel/lld/lld-17.0.6.ebuild b/sys-devel/lld/lld-17.0.6.ebuild
index bfc5816fbc22..1ae64f304b93 100644
--- a/sys-devel/lld/lld-17.0.6.ebuild
+++ b/sys-devel/lld/lld-17.0.6.ebuild
@@ -27,7 +27,6 @@ RDEPEND="
BDEPEND="
sys-devel/llvm:${LLVM_MAJOR}
test? (
- >=dev-util/cmake-3.16
$(python_gen_any_dep
">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
)
"
diff --git a/sys-devel/lld/lld-18.0.0.9999.ebuild
b/sys-devel/lld/lld-18.0.0.9999.ebuild
index 3dd9c8c26a2e..e72385c1bdb1 100644
--- a/sys-devel/lld/lld-18.0.0.9999.ebuild
+++ b/sys-devel/lld/lld-18.0.0.9999.ebuild
@@ -26,7 +26,6 @@ RDEPEND="
BDEPEND="
sys-devel/llvm:${LLVM_MAJOR}
test? (
- >=dev-util/cmake-3.16
$(python_gen_any_dep
">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
)
"
diff --git a/sys-devel/lld/lld-18.0.0_pre20240106.ebuild
b/sys-devel/lld/lld-18.0.0_pre20240106.ebuild
index 3dd9c8c26a2e..e72385c1bdb1 100644
--- a/sys-devel/lld/lld-18.0.0_pre20240106.ebuild
+++ b/sys-devel/lld/lld-18.0.0_pre20240106.ebuild
@@ -26,7 +26,6 @@ RDEPEND="
BDEPEND="
sys-devel/llvm:${LLVM_MAJOR}
test? (
- >=dev-util/cmake-3.16
$(python_gen_any_dep
">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
)
"