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 7FAF3158041 for ; Sun, 5 Sep 2021 09:54:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99273E0845; Sun, 5 Sep 2021 09:54:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7F57DE0845 for ; Sun, 5 Sep 2021 09:54:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A78B434085A for ; Sun, 5 Sep 2021 09:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CBF356 for ; Sun, 5 Sep 2021 09:54:26 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1630835655.0af4ed288f375e018308f04b5979589bc926c49f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-9.0.3.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0af4ed288f375e018308f04b5979589bc926c49f X-VCS-Branch: master Date: Sun, 5 Sep 2021 09:54:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0608374-9e9d-4f57-8102-8395c6541813 X-Archives-Hash: 406c2b5e0619dc98ed3bed66a4060f49 commit: 0af4ed288f375e018308f04b5979589bc926c49f Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Sep 5 08:03:27 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Sep 5 09:54:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af4ed28 sci-libs/vtk: drop missing patches Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/vtk/vtk-9.0.3.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sci-libs/vtk/vtk-9.0.3.ebuild b/sci-libs/vtk/vtk-9.0.3.ebuild index df3fa636198..b6d4fdcea02 100644 --- a/sci-libs/vtk/vtk-9.0.3.ebuild +++ b/sci-libs/vtk/vtk-9.0.3.ebuild @@ -195,15 +195,6 @@ src_prepare() { -i Utilities/Doxygen/CMakeLists.txt || die fi - if use test; then - if use java; then - eapply "${FILESDIR}/${P}-0004-disable-failing-java-test.patch" - fi - if use examples; then - eapply "${FILESDIR}/${P}-0005-disable-failing-tests.patch" - fi - fi - cmake_src_prepare if use cuda; then