diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-10-01 23:36:27 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-10-02 00:20:38 +1000 |
commit | 6c6d6e0d1bc89c90402c8ba4244a4f4e67205949 (patch) | |
tree | f8897f4130c5781b5105a42296431bd481a07012 /net-p2p/qbittorrent/qbittorrent-9999.ebuild | |
parent | 52e9ae64d25627edc24a7992d5a14a93fd68fb67 (diff) | |
download | gentoo-6c6d6e0d1bc89c90402c8ba4244a4f4e67205949.tar.gz gentoo-6c6d6e0d1bc89c90402c8ba4244a4f4e67205949.tar.xz |
net-p2p/qbittorrent: dev-qt/linguist-tools is a build-time dependency
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-p2p/qbittorrent/qbittorrent-9999.ebuild')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 503af6c4e32..d6e90af8190 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -38,7 +38,6 @@ CDEPEND=" X? ( dev-qt/qtgui:4 ) ) qt5? ( - dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 @@ -48,6 +47,7 @@ CDEPEND=" ) " DEPEND="${CDEPEND} + qt5? ( dev-qt/linguist-tools:5 ) virtual/pkgconfig " RDEPEND="${CDEPEND} |