diff options
author | Bernd Waibel <waebbl-gentoo@posteo.net> | 2021-06-04 08:03:38 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-10 03:37:45 +0000 |
commit | c304d3308ecaab8c80726d4c6c4c5b17a4bcf188 (patch) | |
tree | 9c84a3d90064b943fbc3d9550da02f86e0ae114b /sci-libs | |
parent | sci-libs/vtk: improve all-modules USE flag (diff) | |
download | gentoo-c304d3308ecaab8c80726d4c6c4c5b17a4bcf188.tar.gz gentoo-c304d3308ecaab8c80726d4c6c4c5b17a4bcf188.tar.bz2 gentoo-c304d3308ecaab8c80726d4c6c4c5b17a4bcf188.zip |
sci-libs/oce: adjust dependency on sci-libs/vtk
The xdmf2 USE flag has been removed in latest vtk-8, as well as in vtk-9. Also
it's not needed for proper building of the package.
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/21110
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/oce/oce-0.18.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/oce/oce-0.18.3-r2.ebuild b/sci-libs/oce/oce-0.18.3-r2.ebuild index 9a331c5771e8..d9c1053179f8 100644 --- a/sci-libs/oce/oce-0.18.3-r2.ebuild +++ b/sci-libs/oce/oce-0.18.3-r2.ebuild @@ -29,7 +29,7 @@ DEPEND=" freeimage? ( media-libs/freeimage ) gl2ps? ( x11-libs/gl2ps ) tbb? ( dev-cpp/tbb ) - vtk? ( =sci-libs/vtk-8*[boost,imaging,qt5,python,rendering,views,xdmf2] )" + vtk? ( =sci-libs/vtk-8*[boost,imaging,qt5,python,rendering,views] )" RDEPEND="${DEPEND}" CHECKREQS_MEMORY="256M" |