diff options
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild | 2 | ||||
-rw-r--r-- | 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=" |