summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-15 16:34:14 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-15 16:34:53 +0100
commita248ed38e88f6d49332cac86be41c4fc436ef8e4 (patch)
tree7e8247b9e25bdbfac386fa3207a9b9f012deca2f /sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild
parentx11-themes/terminology-themes: Add Terminology themes (diff)
downloadgentoo-a248ed38e88f6d49332cac86be41c4fc436ef8e4.tar.gz
gentoo-a248ed38e88f6d49332cac86be41c4fc436ef8e4.tar.bz2
gentoo-a248ed38e88f6d49332cac86be41c4fc436ef8e4.zip
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.
Diffstat (limited to 'sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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}"