commit: 787f858be59c567331b550819725455384ef9f22 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 18 15:47:20 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 18 15:47:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787f858b
dev-python/clang-python: Test fix is in -9999 for some time Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/clang-python/clang-python-7.0.0.ebuild | 2 +- dev-python/clang-python/clang-python-7.0.9999.ebuild | 2 +- dev-python/clang-python/clang-python-9999.ebuild | 6 ------ .../0001-python-tests-Update-test_code_completion.patch | 0 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/dev-python/clang-python/clang-python-7.0.0.ebuild b/dev-python/clang-python/clang-python-7.0.0.ebuild index 6587ca010e1..cb4c02ae749 100644 --- a/dev-python/clang-python/clang-python-7.0.0.ebuild +++ b/dev-python/clang-python/clang-python-7.0.0.ebuild @@ -32,7 +32,7 @@ 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 + "${FILESDIR}"/7.0.0/0001-python-tests-Update-test_code_completion.patch ) src_unpack() { diff --git a/dev-python/clang-python/clang-python-7.0.9999.ebuild b/dev-python/clang-python/clang-python-7.0.9999.ebuild index 56917d10ff1..ff42c58b9e7 100644 --- a/dev-python/clang-python/clang-python-7.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-7.0.9999.ebuild @@ -34,7 +34,7 @@ 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 + "${FILESDIR}"/7.0.0/0001-python-tests-Update-test_code_completion.patch ) src_unpack() { diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild index b3138a01e17..cf488945799 100644 --- a/dev-python/clang-python/clang-python-9999.ebuild +++ b/dev-python/clang-python/clang-python-9999.ebuild @@ -30,12 +30,6 @@ 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 diff --git a/dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch b/dev-python/clang-python/files/7.0.0/0001-python-tests-Update-test_code_completion.patch similarity index 100% rename from dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch rename to dev-python/clang-python/files/7.0.0/0001-python-tests-Update-test_code_completion.patch