From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1289090-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 06D731382C5
	for <garchives@archives.gentoo.org>; Wed,  2 Jun 2021 01:20:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 13719E0839;
	Wed,  2 Jun 2021 01:20:39 +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 EFDF3E0839
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Jun 2021 01:20:38 +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 6A43E335D85
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Jun 2021 01:20:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C9A5779A
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Jun 2021 01:20:35 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1622596826.73177bc95906b2d51f26a825728700df039bf892.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-analyzer/ostinato/ostinato-1.1-r1.ebuild net-analyzer/ostinato/ostinato-1.1.ebuild
X-VCS-Directories: net-analyzer/ostinato/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 73177bc95906b2d51f26a825728700df039bf892
X-VCS-Branch: master
Date: Wed,  2 Jun 2021 01:20:35 +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: 41e4c2aa-f88b-45c9-8b52-99d35a0c670b
X-Archives-Hash: 4093dbc63106d9083fe46bcc2d79333b

commit:     73177bc95906b2d51f26a825728700df039bf892
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 01:19:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 01:20:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73177bc9

net-analyzer/ostinato: add missing qtnetwork, qtxml deps

Closes: https://bugs.gentoo.org/772971
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/ostinato/{ostinato-1.1.ebuild => ostinato-1.1-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-analyzer/ostinato/ostinato-1.1.ebuild b/net-analyzer/ostinato/ostinato-1.1-r1.ebuild
similarity index 95%
rename from net-analyzer/ostinato/ostinato-1.1.ebuild
rename to net-analyzer/ostinato/ostinato-1.1-r1.ebuild
index 9dba7331941..2b835a9bcec 100644
--- a/net-analyzer/ostinato/ostinato-1.1.ebuild
+++ b/net-analyzer/ostinato/ostinato-1.1-r1.ebuild
@@ -20,8 +20,10 @@ DEPEND="
 	dev-libs/protobuf:=
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
 	dev-qt/qtscript:5
 	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
 	>=net-libs/libpcap-1.8.1-r2
 "
 RDEPEND="${DEPEND}"