diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-08-21 13:02:03 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-08-21 13:07:12 -0400 |
commit | 4fa1089264059bd4630eb018d09b0eb44ce04a31 (patch) | |
tree | b10c44a4044a3d5f7310c266d74a00abcbe76307 /net-analyzer | |
parent | net-analyzer/ostinato: add 1.2.0 (diff) | |
download | gentoo-4fa1089264059bd4630eb018d09b0eb44ce04a31.tar.gz gentoo-4fa1089264059bd4630eb018d09b0eb44ce04a31.tar.bz2 gentoo-4fa1089264059bd4630eb018d09b0eb44ce04a31.zip |
net-analyzer/ostinato: add missing dep
Closes: https://bugs.gentoo.org/833351
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ostinato/ostinato-1.2.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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=( |