diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-11-07 10:30:55 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-11-07 10:31:09 -0600 |
commit | 58b91ec5fda223d47ea79ea714e60cb07dcb4403 (patch) | |
tree | 8c371b613e300a11c9dbbdce39464864d2e8aced /net-dialup/cutecom | |
parent | sys-boot/plymouth: add support for /usr merge (diff) | |
download | gentoo-58b91ec5fda223d47ea79ea714e60cb07dcb4403.tar.gz gentoo-58b91ec5fda223d47ea79ea714e60cb07dcb4403.tar.bz2 gentoo-58b91ec5fda223d47ea79ea714e60cb07dcb4403.zip |
net-dialup/cutecom: add missing qtnetwork dep
Closes: https://bugs.gentoo.org/670598
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-dialup/cutecom')
-rw-r--r-- | net-dialup/cutecom/cutecom-0.51.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild b/net-dialup/cutecom/cutecom-0.51.0.ebuild index e818e647e9b4..7a7739601805 100644 --- a/net-dialup/cutecom/cutecom-0.51.0.ebuild +++ b/net-dialup/cutecom/cutecom-0.51.0.ebuild @@ -16,6 +16,7 @@ IUSE="" DEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qtnetwork:5 dev-qt/qtserialport:5 dev-qt/qtwidgets:5" RDEPEND="${DEPEND} |