From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74179138350 for ; Fri, 1 May 2020 16:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F2AE098E; Fri, 1 May 2020 16:48:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92E8DE098E for ; Fri, 1 May 2020 16:48:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2DE034F0A1 for ; Fri, 1 May 2020 16:48:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAC971D6 for ; Fri, 1 May 2020 16:48:45 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1588351656.0e3eb09b4a6e8b2cd18674f4290a911a2c1aeedc.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-8.1.0-r6.ebuild sci-libs/vtk/vtk-8.1.0-r7.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 0e3eb09b4a6e8b2cd18674f4290a911a2c1aeedc X-VCS-Branch: master Date: Fri, 1 May 2020 16:48:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a581833-a49a-495a-a360-67264d0b6da4 X-Archives-Hash: 5713e619ae9327a7a5f2b275928dc67b commit: 0e3eb09b4a6e8b2cd18674f4290a911a2c1aeedc Author: Matthias Maier gentoo org> AuthorDate: Fri May 1 14:54:18 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Fri May 1 16:47:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3eb09b sci-libs/vtk: remove bogus dependency Closes: https://bugs.gentoo.org/666058 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier gentoo.org> sci-libs/vtk/{vtk-8.1.0-r6.ebuild => vtk-8.1.0-r7.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-libs/vtk/vtk-8.1.0-r6.ebuild b/sci-libs/vtk/vtk-8.1.0-r7.ebuild similarity index 98% rename from sci-libs/vtk/vtk-8.1.0-r6.ebuild rename to sci-libs/vtk/vtk-8.1.0-r7.ebuild index 9e5bc9d717c..3dc1db6da16 100644 --- a/sci-libs/vtk/vtk-8.1.0-r6.ebuild +++ b/sci-libs/vtk/vtk-8.1.0-r7.ebuild @@ -27,7 +27,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE=" all-modules aqua boost doc examples imaging ffmpeg gdal java json mpi - mysql odbc offscreen postgres python qt5 rendering tbb theora tk tcl + odbc offscreen postgres python qt5 rendering tbb theora tk tcl video_cards_nvidia views web R +X xdmf2" REQUIRED_USE=" @@ -69,7 +69,6 @@ RDEPEND=" ffmpeg? ( media-video/ffmpeg ) gdal? ( sci-libs/gdal ) java? ( >=virtual/jdk-1.7:* ) - mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) offscreen? ( media-libs/mesa[osmesa] ) postgres? ( dev-db/postgresql:= )