diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-06 21:00:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-06 21:00:26 +0300 |
commit | 33c621757771c66ca9ba98d7dc3c82e1277b9dd8 (patch) | |
tree | d347a6c60be7f51057841c123453349324e98464 /net-p2p/qbittorrent | |
parent | net-p2p/qbittorrent: Version bump (v4.2.0) (diff) | |
download | gentoo-33c621757771c66ca9ba98d7dc3c82e1277b9dd8.tar.gz gentoo-33c621757771c66ca9ba98d7dc3c82e1277b9dd8.tar.bz2 gentoo-33c621757771c66ca9ba98d7dc3c82e1277b9dd8.zip |
net-p2p/qbittorrent: sync live ebuild
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index ac238de93e5d..22b2a5ad4a47 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit gnome2-utils xdg-utils @@ -39,13 +39,14 @@ RDEPEND=" dev-qt/qtwidgets:5 )" DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - virtual/pkgconfig" + dev-qt/linguist-tools:5" + +BDEPEND="virtual/pkgconfig" DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO ) src_configure() { - econf --with-qtsingleapplication=system \ + econf \ $(use_enable dbus qt-dbus) \ $(use_enable debug) \ $(use_enable webui) \ |