commit: a248ed38e88f6d49332cac86be41c4fc436ef8e4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 15:34:14 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 15:34:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a248ed38
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 e2c1ca0c415..241fc11bd3a 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 312b950acad..44dd01ced40 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 70c21836dd7..2542708841a 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 4f335604778..b6a339768aa 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}"