From a248ed38e88f6d49332cac86be41c4fc436ef8e4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 15 Mar 2018 16:34:14 +0100 Subject: sys-libs/compiler-rt: Make the dev-python/lit dep less strict The tests apparently work fine with any version of dev-python/lit we have. --- sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild index e2c1ca0c415a..241fc11bd3ac 100644 --- a/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild @@ -25,7 +25,7 @@ DEPEND=" >=sys-devel/llvm-4 clang? ( sys-devel/clang ) test? ( - $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") + $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]") =sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT} ) ${PYTHON_DEPS}" diff --git a/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild index 312b950acad9..44dd01ced40a 100644 --- a/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild @@ -27,7 +27,7 @@ DEPEND=" >=sys-devel/llvm-6 clang? ( sys-devel/clang ) test? ( - $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") + $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]") =sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT} ) ${PYTHON_DEPS}" diff --git a/sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild index 70c21836dd73..2542708841ae 100644 --- a/sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild @@ -31,7 +31,7 @@ DEPEND=" >=sys-devel/llvm-6 clang? ( sys-devel/clang ) test? ( - $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") + $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]") =sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT} ) ${PYTHON_DEPS}" diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 4f335604778b..b6a339768aa1 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -30,7 +30,7 @@ DEPEND=" >=sys-devel/llvm-6 clang? ( sys-devel/clang ) test? ( - $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") + $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]") =sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT} ) ${PYTHON_DEPS}" -- cgit v1.2.3-65-gdbad