net-p2p/qbittorrent: sync live ebuild
authorMikle Kolyada <zlogene@gentoo.org>
Fri, 6 Dec 2019 18:00:26 +0000 (21:00 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Fri, 6 Dec 2019 18:00:26 +0000 (21:00 +0300)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-p2p/qbittorrent/qbittorrent-9999.ebuild

index ac238de93e5d77c24493473094c50ead2bb13f31..22b2a5ad4a479b18ff1d1c0a880c27f4ae473db5 100644 (file)
@@ -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) \