dev-python/clang-python: Patch completion test failures

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2018-09-19 19:22:43 +02:00
parent cca93e5971
commit 9abf52f390
4 changed files with 51 additions and 0 deletions

View File

@@ -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