diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-09-05 10:03:27 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-09-05 11:54:15 +0200 |
commit | 0af4ed288f375e018308f04b5979589bc926c49f (patch) | |
tree | 2014a189bf1c69d80fd75d90b13900c77b0c2d51 /sci-libs/vtk | |
parent | sys-libs/libcap: update patch for 2.56 (diff) | |
download | gentoo-0af4ed288f375e018308f04b5979589bc926c49f.tar.gz gentoo-0af4ed288f375e018308f04b5979589bc926c49f.tar.bz2 gentoo-0af4ed288f375e018308f04b5979589bc926c49f.zip |
sci-libs/vtk: drop missing patches
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/vtk')
-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 |