From 2139a209eb1e1ee247cfba60250c98bc3ada5e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 13 Jan 2024 11:12:08 +0100 Subject: [PATCH] sys-devel/lld: Remove redundant cmake dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 51a6a5bb778ce..5040684bb9274 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 ab2cbc982c7ff..d3f55d11c164a 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 bfc5816fbc222..1ae64f304b93d 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 3dd9c8c26a2e9..e72385c1bdb17 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 3dd9c8c26a2e9..e72385c1bdb17 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}]") ) "