From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 797E5138334 for ; Sun, 4 Nov 2018 12:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B14E5E0993; Sun, 4 Nov 2018 12:16:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8873FE0993 for ; Sun, 4 Nov 2018 12:16:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B813335C58 for ; Sun, 4 Nov 2018 12:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 800EA46E for ; Sun, 4 Nov 2018 12:15:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1541333750.505b7712d3aecc8cc4dc17609b096b31f6ffe9bb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clang-python/clang-python-7.0.9999.ebuild X-VCS-Directories: dev-python/clang-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 505b7712d3aecc8cc4dc17609b096b31f6ffe9bb X-VCS-Branch: master Date: Sun, 4 Nov 2018 12:15:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e2f1b70b-b421-480d-a775-606bdcb11242 X-Archives-Hash: 4193109e5b8e3c0e244a08bb81a7db41 commit: 505b7712d3aecc8cc4dc17609b096b31f6ffe9bb Author: Michał Górny gentoo org> AuthorDate: Sun Nov 4 12:12:59 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 4 12:15:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505b7712 dev-python/clang-python: completion test patch is in -7.0.9999 now Signed-off-by: Michał Górny gentoo.org> dev-python/clang-python/clang-python-7.0.9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) 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 ff42c58b9e7..d0d8cf54084 100644 --- a/dev-python/clang-python/clang-python-7.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-7.0.9999.ebuild @@ -31,12 +31,6 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${P}/bindings/python -PATCHES=( - # update completion test results due to completion changes - # https://reviews.llvm.org/D50171 - "${FILESDIR}"/7.0.0/0001-python-tests-Update-test_code_completion.patch -) - src_unpack() { git-r3_fetch git-r3_checkout '' '' '' bindings/python