Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/
Date: Fri, 01 May 2020 16:48:50
Message-Id: 1588351656.0e3eb09b4a6e8b2cd18674f4290a911a2c1aeedc.tamiko@gentoo
1 commit: 0e3eb09b4a6e8b2cd18674f4290a911a2c1aeedc
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 14:54:18 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 16:47:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3eb09b
7
8 sci-libs/vtk: remove bogus dependency
9
10 Closes: https://bugs.gentoo.org/666058
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 sci-libs/vtk/{vtk-8.1.0-r6.ebuild => vtk-8.1.0-r7.ebuild} | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/sci-libs/vtk/vtk-8.1.0-r6.ebuild b/sci-libs/vtk/vtk-8.1.0-r7.ebuild
18 similarity index 98%
19 rename from sci-libs/vtk/vtk-8.1.0-r6.ebuild
20 rename to sci-libs/vtk/vtk-8.1.0-r7.ebuild
21 index 9e5bc9d717c..3dc1db6da16 100644
22 --- a/sci-libs/vtk/vtk-8.1.0-r6.ebuild
23 +++ b/sci-libs/vtk/vtk-8.1.0-r7.ebuild
24 @@ -27,7 +27,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
25 SLOT="0"
26 IUSE="
27 all-modules aqua boost doc examples imaging ffmpeg gdal java json mpi
28 - mysql odbc offscreen postgres python qt5 rendering tbb theora tk tcl
29 + odbc offscreen postgres python qt5 rendering tbb theora tk tcl
30 video_cards_nvidia views web R +X xdmf2"
31
32 REQUIRED_USE="
33 @@ -69,7 +69,6 @@ RDEPEND="
34 ffmpeg? ( media-video/ffmpeg )
35 gdal? ( sci-libs/gdal )
36 java? ( >=virtual/jdk-1.7:* )
37 - mysql? ( virtual/mysql )
38 odbc? ( dev-db/unixODBC )
39 offscreen? ( media-libs/mesa[osmesa] )
40 postgres? ( dev-db/postgresql:= )