commit: 5789c7e93697cf39fe7f9140dd9a06cbf3ff531e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 22 00:31:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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="
