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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AC4315800A for ; Mon, 21 Aug 2023 17:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 480932BC018; Mon, 21 Aug 2023 17:07:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32EA12BC018 for ; Mon, 21 Aug 2023 17:07:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4174334124D for ; Mon, 21 Aug 2023 17:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1DD91043 for ; Mon, 21 Aug 2023 17:07:24 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1692637632.4fa1089264059bd4630eb018d09b0eb44ce04a31.zerochaos@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.2.0.ebuild X-VCS-Directories: net-analyzer/ostinato/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 4fa1089264059bd4630eb018d09b0eb44ce04a31 X-VCS-Branch: master Date: Mon, 21 Aug 2023 17:07:24 +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: dd4ce602-a7f7-4bff-9d75-bf556311bc34 X-Archives-Hash: ec4e689a260a7de386ba2697b10a8e2c commit: 4fa1089264059bd4630eb018d09b0eb44ce04a31 Author: Rick Farina gentoo org> AuthorDate: Mon Aug 21 17:02:03 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Aug 21 17:07:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa10892 net-analyzer/ostinato: add missing dep Closes: https://bugs.gentoo.org/833351 Signed-off-by: Rick Farina gentoo.org> net-analyzer/ostinato/ostinato-1.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/ostinato/ostinato-1.2.0.ebuild b/net-analyzer/ostinato/ostinato-1.2.0.ebuild index 9c346092d15c..586f8e2f2597 100644 --- a/net-analyzer/ostinato/ostinato-1.2.0.ebuild +++ b/net-analyzer/ostinato/ostinato-1.2.0.ebuild @@ -27,6 +27,7 @@ RDEPEND=" >=net-libs/libpcap-1.8.1-r2 " DEPEND="${RDEPEND} + dev-qt/qtsvg:5 dev-qt/qtxml:5" PATCHES=(