From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1177290-garchives=archives.gentoo.org@lists.gentoo.org>
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 482371382C5
	for <garchives@archives.gentoo.org>; Fri,  5 Jun 2020 21:15:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 72124E089A;
	Fri,  5 Jun 2020 21:15:46 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 571B4E089A
	for <gentoo-commits@lists.gentoo.org>; Fri,  5 Jun 2020 21:15:46 +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 635BE34EBC4
	for <gentoo-commits@lists.gentoo.org>; Fri,  5 Jun 2020 21:15:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 09EA61C8
	for <gentoo-commits@lists.gentoo.org>; Fri,  5 Jun 2020 21:15:44 +0000 (UTC)
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
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 K. Hüttel" <dilfridge@gentoo.org>
Message-ID: <1591391728.a71bd0dedf021dc8b868441cfa261ed50626f2bf.dilfridge@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.ebuild
X-VCS-Directories: sci-libs/vtk/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas K. Hüttel
X-VCS-Revision: a71bd0dedf021dc8b868441cfa261ed50626f2bf
X-VCS-Branch: master
Date: Fri,  5 Jun 2020 21:15:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3cc1004e-ad38-49aa-acaa-3f14980dff2b
X-Archives-Hash: 86e46487a95d31a12262113e5b4eeb03

commit:     a71bd0dedf021dc8b868441cfa261ed50626f2bf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  5 21:14:28 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 21:15:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71bd0de

sci-libs/vtk: Add missing dependency on dev-libs/pugixml

Closes: https://bugs.gentoo.org/722770
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-libs/vtk/vtk-8.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/vtk/vtk-8.2.0.ebuild b/sci-libs/vtk/vtk-8.2.0.ebuild
index ee000cf9d83..3c32a015ddc 100644
--- a/sci-libs/vtk/vtk-8.2.0.ebuild
+++ b/sci-libs/vtk/vtk-8.2.0.ebuild
@@ -45,6 +45,7 @@ RDEPEND="
 	dev-libs/expat
 	dev-libs/jsoncpp:=
 	dev-libs/libxml2:2
+	dev-libs/pugixml
 	>=media-libs/freetype-2.5.4
 	>=media-libs/libharu-2.3.0-r2
 	media-libs/libpng:0=