summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-13 11:12:08 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 11:12:08 +0100
commit2139a209eb1e1ee247cfba60250c98bc3ada5e2b (patch)
treef36d3e2efe2c66016472e27a7b2274d933dba49b
parentsys-devel/clang: Remove redundant cmake dep (diff)
downloadgentoo-2139a209eb1e1ee247cfba60250c98bc3ada5e2b.tar.gz
gentoo-2139a209eb1e1ee247cfba60250c98bc3ada5e2b.tar.bz2
gentoo-2139a209eb1e1ee247cfba60250c98bc3ada5e2b.zip
sys-devel/lld: Remove redundant cmake dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-devel/lld/lld-15.0.7.ebuild3
-rw-r--r--sys-devel/lld/lld-16.0.6.ebuild3
-rw-r--r--sys-devel/lld/lld-17.0.6.ebuild1
-rw-r--r--sys-devel/lld/lld-18.0.0.9999.ebuild1
-rw-r--r--sys-devel/lld/lld-18.0.0_pre20240106.ebuild1
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}]")
)
"