Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/
Date: Sun, 05 Sep 2021 09:54:30
Message-Id: 1630835655.0af4ed288f375e018308f04b5979589bc926c49f.andrewammerlaan@gentoo
1 commit: 0af4ed288f375e018308f04b5979589bc926c49f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 5 08:03:27 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 5 09:54:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af4ed28
7
8 sci-libs/vtk: drop missing patches
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-libs/vtk/vtk-9.0.3.ebuild | 9 ---------
14 1 file changed, 9 deletions(-)
15
16 diff --git a/sci-libs/vtk/vtk-9.0.3.ebuild b/sci-libs/vtk/vtk-9.0.3.ebuild
17 index df3fa636198..b6d4fdcea02 100644
18 --- a/sci-libs/vtk/vtk-9.0.3.ebuild
19 +++ b/sci-libs/vtk/vtk-9.0.3.ebuild
20 @@ -195,15 +195,6 @@ src_prepare() {
21 -i Utilities/Doxygen/CMakeLists.txt || die
22 fi
23
24 - if use test; then
25 - if use java; then
26 - eapply "${FILESDIR}/${P}-0004-disable-failing-java-test.patch"
27 - fi
28 - if use examples; then
29 - eapply "${FILESDIR}/${P}-0005-disable-failing-tests.patch"
30 - fi
31 - fi
32 -
33 cmake_src_prepare
34
35 if use cuda; then