summaryrefslogtreecommitdiff
path: root/dev-python/lit/lit-18.0.0.9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-11 16:37:57 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-11 16:37:57 +0000
commit9990da9e2db6d5094701a2f4035e781826eff014 (patch)
tree4e12a229d873e8a4b93833f1ab4a644e672e28a2 /dev-python/lit/lit-18.0.0.9999.ebuild
parentc3c04796e8293edbfdf08cdf731b6c4c637fd307 (diff)
gentoo auto-resync : 11:11:2023 - 16:37:57
Diffstat (limited to 'dev-python/lit/lit-18.0.0.9999.ebuild')
-rw-r--r--dev-python/lit/lit-18.0.0.9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/lit/lit-18.0.0.9999.ebuild b/dev-python/lit/lit-18.0.0.9999.ebuild
index 1689cd7b1ce2..bd8eed55b536 100644
--- a/dev-python/lit/lit-18.0.0.9999.ebuild
+++ b/dev-python/lit/lit-18.0.0.9999.ebuild
@@ -30,6 +30,10 @@ llvm.org_set_globals
# TODO: move the manpage generation here (from sys-devel/llvm)
src_prepare() {
+ # flaky test
+ # https://github.com/llvm/llvm-project/issues/72022
+ rm tests/progress-bar.py || die
+
cd "${WORKDIR}" || die
distutils-r1_src_prepare
}