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 1818B1382C5 for ; Sun, 27 Dec 2020 00:17:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40A76E09A1; Sun, 27 Dec 2020 00:17:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 233EFE09A1 for ; Sun, 27 Dec 2020 00:17:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 19E0E340F3D for ; Sun, 27 Dec 2020 00:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A1F52A9 for ; Sun, 27 Dec 2020 00:17:55 +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: <1609028252.5a000a1ec8313930d98551f604e075465ff7b1a9.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: 5a000a1ec8313930d98551f604e075465ff7b1a9 X-VCS-Branch: master Date: Sun, 27 Dec 2020 00:17:55 +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: 9952ad88-fd5c-4034-8219-24a10fa7901b X-Archives-Hash: c0a5378ca42a4ab760caf1f2bd808321 commit: 5a000a1ec8313930d98551f604e075465ff7b1a9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 27 00:16:09 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 27 00:17:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a000a1e sci-libs/vtk: Revert "dev-libs/pegtl as dependency" This reverts commit 694ea56635c8bf70407885cca15095fa6694d0fe. IUSE=all-modules can be considered broken anyway, so there is time for ~arm keywording dev-libs/pegtl. Bug: https://bugs.gentoo.org/754687 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/vtk/vtk-8.2.0-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-libs/vtk/vtk-8.2.0-r1.ebuild b/sci-libs/vtk/vtk-8.2.0-r1.ebuild index 2902ddb123b..d0d4b52214c 100644 --- a/sci-libs/vtk/vtk-8.2.0-r1.ebuild +++ b/sci-libs/vtk/vtk-8.2.0-r1.ebuild @@ -64,7 +64,6 @@ 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