From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38E32138334 for ; Fri, 6 Dec 2019 18:00:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 853DCE0878; Fri, 6 Dec 2019 18:00:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A549E0878 for ; Fri, 6 Dec 2019 18:00:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1A3934D844 for ; Fri, 6 Dec 2019 18:00:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 690D3778 for ; Fri, 6 Dec 2019 18:00:50 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1575655226.33c621757771c66ca9ba98d7dc3c82e1277b9dd8.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-9999.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 33c621757771c66ca9ba98d7dc3c82e1277b9dd8 X-VCS-Branch: master Date: Fri, 6 Dec 2019 18:00:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6983a39-5ae2-4ced-b4a5-938cc7832dd4 X-Archives-Hash: da05b8430a80c2feacc23b7aad2969ee commit: 33c621757771c66ca9ba98d7dc3c82e1277b9dd8 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Dec 6 18:00:26 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Dec 6 18:00:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c62175 net-p2p/qbittorrent: sync live ebuild Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-p2p/qbittorrent/qbittorrent-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index ac238de93e5..22b2a5ad4a4 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) \