summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-09-19 19:22:43 +0200
committerMichał Górny <mgorny@gentoo.org>2018-09-19 22:16:36 +0200
commit9abf52f39073b3945fb8c83ea8f27dc3edcf23a0 (patch)
tree53665e41ece6df5c6c73a55800e342d3db5bd7bd /dev-python/clang-python/clang-python-9999.ebuild
parentsys-devel/clang-runtime: Bump to 7.0.0 final (diff)
downloadgentoo-9abf52f39073b3945fb8c83ea8f27dc3edcf23a0.tar.gz
gentoo-9abf52f39073b3945fb8c83ea8f27dc3edcf23a0.tar.bz2
gentoo-9abf52f39073b3945fb8c83ea8f27dc3edcf23a0.zip
dev-python/clang-python: Patch completion test failures
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/clang-python/clang-python-9999.ebuild')
-rw-r--r--dev-python/clang-python/clang-python-9999.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild
index cf488945799b..b3138a01e172 100644
--- a/dev-python/clang-python/clang-python-9999.ebuild
+++ b/dev-python/clang-python/clang-python-9999.ebuild
@@ -30,6 +30,12 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}/bindings/python
+PATCHES=(
+ # update completion test results due to completion changes
+ # https://reviews.llvm.org/D50171
+ "${FILESDIR}"/9999/0001-python-tests-Update-test_code_completion.patch
+)
+
src_unpack() {
git-r3_fetch
git-r3_checkout '' '' '' bindings/python