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
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')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild2
-rw-r--r--sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild2
-rw-r--r--sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild2
-rw-r--r--sys-libs/compiler-rt/compiler-rt-9999.ebuild2
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}"