diff options
author | Sam James <sam@gentoo.org> | 2022-03-22 00:31:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-22 00:31:06 +0000 |
commit | f39b04186ba6150ef6622f6e4a809c1b8191985e (patch) | |
tree | 21a38bfed0111d89f67382b3e91314b8b625f74f /net-p2p | |
parent | net-p2p/qbittorrent: sync live ebuild; port to CMake (diff) | |
download | gentoo-f39b04186ba6150ef6622f6e4a809c1b8191985e.tar.gz gentoo-f39b04186ba6150ef6622f6e4a809c1b8191985e.tar.bz2 gentoo-f39b04186ba6150ef6622f6e4a809c1b8191985e.zip |
net-p2p/qbittorrent: don't enable dbus by default
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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=" |