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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EF8C15808B for ; Tue, 22 Mar 2022 00:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C62EE0931; Tue, 22 Mar 2022 00:33:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15D61E0931 for ; Tue, 22 Mar 2022 00:33:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAAEF343099 for ; Tue, 22 Mar 2022 00:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CC4E317 for ; Tue, 22 Mar 2022 00:33:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647909066.f39b04186ba6150ef6622f6e4a809c1b8191985e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f39b04186ba6150ef6622f6e4a809c1b8191985e X-VCS-Branch: master Date: Tue, 22 Mar 2022 00:33:19 +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: dac46a61-5f6b-4103-9a84-224f10dcff7b X-Archives-Hash: b692be07c777a4877aa206d1d9708c3e commit: f39b04186ba6150ef6622f6e4a809c1b8191985e Author: Sam James gentoo org> AuthorDate: Tue Mar 22 00:31:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 22 00:31:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39b0418 net-p2p/qbittorrent: don't enable dbus by default Signed-off-by: Sam James gentoo.org> net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild index c7d3b847fcd7..237207994cc2 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="+dbus gui webui" +IUSE="dbus gui webui" REQUIRED_USE="dbus? ( gui )" RDEPEND="