commit: db2c9a014ff1f80671c287ed6a34180e3de1942e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 09:05:23 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 09:15:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2c9a01
llvm-core/lld: Loosen the dep on dev-python/lit
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-core/lld/lld-20.0.0.9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm-core/lld/lld-20.0.0.9999.ebuild
b/llvm-core/lld/lld-20.0.0.9999.ebuild
index bf9436647cb3..a2c0c2433b44 100644
--- a/llvm-core/lld/lld-20.0.0.9999.ebuild
+++ b/llvm-core/lld/lld-20.0.0.9999.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
BDEPEND="
llvm-core/llvm:${LLVM_MAJOR}
test? (
- $(python_gen_any_dep
">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
+ $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
)
"
PDEPEND="
@@ -37,7 +37,7 @@ LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
llvm.org_set_globals
python_check_deps() {
- python_has_version ">=dev-python/lit-${PV}[${PYTHON_USEDEP}]"
+ python_has_version "dev-python/lit[${PYTHON_USEDEP}]"
}
pkg_setup() {