Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/oce/
Date: Thu, 10 Jun 2021 03:38:06
Message-Id: 1623296265.c304d3308ecaab8c80726d4c6c4c5b17a4bcf188.sam@gentoo
1 commit: c304d3308ecaab8c80726d4c6c4c5b17a4bcf188
2 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
3 AuthorDate: Fri Jun 4 06:03:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 03:37:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c304d330
7
8 sci-libs/oce: adjust dependency on sci-libs/vtk
9
10 The xdmf2 USE flag has been removed in latest vtk-8, as well as in vtk-9. Also
11 it's not needed for proper building of the package.
12
13 Package-Manager: Portage-3.0.19, Repoman-3.0.3
14 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
15 Closes: https://github.com/gentoo/gentoo/pull/21110
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 sci-libs/oce/oce-0.18.3-r2.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/sci-libs/oce/oce-0.18.3-r2.ebuild b/sci-libs/oce/oce-0.18.3-r2.ebuild
22 index 9a331c5771e..d9c1053179f 100644
23 --- a/sci-libs/oce/oce-0.18.3-r2.ebuild
24 +++ b/sci-libs/oce/oce-0.18.3-r2.ebuild
25 @@ -29,7 +29,7 @@ DEPEND="
26 freeimage? ( media-libs/freeimage )
27 gl2ps? ( x11-libs/gl2ps )
28 tbb? ( dev-cpp/tbb )
29 - vtk? ( =sci-libs/vtk-8*[boost,imaging,qt5,python,rendering,views,xdmf2] )"
30 + vtk? ( =sci-libs/vtk-8*[boost,imaging,qt5,python,rendering,views] )"
31 RDEPEND="${DEPEND}"
32
33 CHECKREQS_MEMORY="256M"