diff options
author | 2020-01-27 21:53:36 +0100 | |
---|---|---|
committer | 2020-01-27 21:54:45 +0100 | |
commit | 36e7f358d44e27abd82ea28dc5d12d3c0dd31799 (patch) | |
tree | b13e2c5f16039a0278f969020fb6be8ad70cbf59 /sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild | |
parent | dev-python/matplotlib: Revert "fixing numpy deps" (diff) | |
download | gentoo-36e7f358d44e27abd82ea28dc5d12d3c0dd31799.tar.gz gentoo-36e7f358d44e27abd82ea28dc5d12d3c0dd31799.tar.bz2 gentoo-36e7f358d44e27abd82ea28dc5d12d3c0dd31799.zip |
sys-libs/compiler-rt: Require newer lit
Closes: https://bugs.gentoo.org/704234
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild index 7a7778ae76b9..b5eea1980e7d 100644 --- a/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" BDEPEND=" clang? ( sys-devel/clang ) test? ( - $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]") + $(python_gen_any_dep ">=dev-python/lit-9.0.1[\${PYTHON_USEDEP}]") =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} ) ${PYTHON_DEPS}" |