summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-22 00:31:45 +0000
committerSam James <sam@gentoo.org>2022-03-22 00:31:57 +0000
commit5789c7e93697cf39fe7f9140dd9a06cbf3ff531e (patch)
treec3cb96ad08e615db0ce272244ec889e78577aa2f /net-p2p/qbittorrent
parentnet-p2p/qbittorrent: don't enable dbus by default (diff)
downloadgentoo-5789c7e93697cf39fe7f9140dd9a06cbf3ff531e.tar.gz
gentoo-5789c7e93697cf39fe7f9140dd9a06cbf3ff531e.tar.bz2
gentoo-5789c7e93697cf39fe7f9140dd9a06cbf3ff531e.zip
net-p2p/qbittorrent: fix RequiredUseDefaults for USE=gui
Just like it was with USE=X. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild2
-rw-r--r--net-p2p/qbittorrent/qbittorrent-9999.ebuild2
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="