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}"
