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 EEAF515808B for ; Tue, 22 Mar 2022 00:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33549E0929; Tue, 22 Mar 2022 00:33:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 07178E0929 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 2BA6B3430A9 for ; Tue, 22 Mar 2022 00:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FFF9320 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: <1647909117.5789c7e93697cf39fe7f9140dd9a06cbf3ff531e.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 net-p2p/qbittorrent/qbittorrent-9999.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5789c7e93697cf39fe7f9140dd9a06cbf3ff531e 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: 4f631716-1fc8-4260-8831-cfbcae5ee33d X-Archives-Hash: c8bc6711525cabc193d437be6e52f640 commit: 5789c7e93697cf39fe7f9140dd9a06cbf3ff531e Author: Sam James gentoo org> AuthorDate: Tue Mar 22 00:31:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 22 00:31:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5789c7e9 net-p2p/qbittorrent: fix RequiredUseDefaults for USE=gui Just like it was with USE=X. Signed-off-by: Sam James gentoo.org> net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild | 2 +- net-p2p/qbittorrent/qbittorrent-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild index 237207994cc2..a1dfe4a432e6 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=" diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index c7d3b847fcd7..a1dfe4a432e6 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="+dbus gui webui" +IUSE="+dbus +gui webui" REQUIRED_USE="dbus? ( gui )" RDEPEND="