diff options
-rw-r--r-- | sci-libs/vtk/vtk-9.0.3.ebuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sci-libs/vtk/vtk-9.0.3.ebuild b/sci-libs/vtk/vtk-9.0.3.ebuild index df3fa636198a..b6d4fdcea024 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 |