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

@@ -29,6 +29,12 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_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() {
einfo "Unpacking parts of ${MY_P}.tar.xz ..."
tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/bindings/python" || die