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 A17481382C5 for ; Sun, 27 Dec 2020 00:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6E09E09D6; Sun, 27 Dec 2020 00:49:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AD9A4E09D6 for ; Sun, 27 Dec 2020 00:49:03 +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 5B5873413E1 for ; Sun, 27 Dec 2020 00:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0CCA4E for ; Sun, 27 Dec 2020 00:48:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1609030087.07a6353a8971c4c8b6e86b8fc1f118230862ddf2.asturm@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.2.0-r1.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07a6353a8971c4c8b6e86b8fc1f118230862ddf2 X-VCS-Branch: master Date: Sun, 27 Dec 2020 00:48:59 +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: 0d7e7e28-2488-4148-a948-2de9b0845e5f X-Archives-Hash: 2abb5e8a494c48797871d8067a182952 commit: 07a6353a8971c4c8b6e86b8fc1f118230862ddf2 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Nov 12 01:09:22 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 27 00:48:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a6353a sci-libs/vtk: dev-libs/pegtl as dependency needed by USE="all-modules" Closes: https://bugs.gentoo.org/754687 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18228 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/vtk/vtk-8.2.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/vtk/vtk-8.2.0-r1.ebuild b/sci-libs/vtk/vtk-8.2.0-r1.ebuild index d0d4b52214c..2902ddb123b 100644 --- a/sci-libs/vtk/vtk-8.2.0-r1.ebuild +++ b/sci-libs/vtk/vtk-8.2.0-r1.ebuild @@ -64,6 +64,7 @@ RDEPEND=" x11-libs/libX11 x11-libs/libXmu x11-libs/libXt + all-modules? ( dev-libs/pegtl ) boost? ( dev-libs/boost:=[mpi?] ) examples? ( dev-qt/qtcore:5