diff options
author | John Helmert III <ajak@gentoo.org> | 2023-06-03 18:18:22 -0700 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-06-03 18:27:42 -0700 |
commit | e8b87cf648b3685a5a34c1db7484d021e31e5885 (patch) | |
tree | a06f9cb3f2a3b91dc3b3391d35f30272f3ab772a /net-misc/spice-gtk | |
parent | net-misc/spice-gtk: add missing gtk-doc bdep, fix internal python shebang (diff) | |
download | gentoo-e8b87cf648b3685a5a34c1db7484d021e31e5885.tar.gz gentoo-e8b87cf648b3685a5a34c1db7484d021e31e5885.tar.bz2 gentoo-e8b87cf648b3685a5a34c1db7484d021e31e5885.zip |
net-misc/spice-gtk: depend on polkit if USE=polkit
Closes: https://bugs.gentoo.org/903609
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.42-r1.ebuild (renamed from net-misc/spice-gtk/spice-gtk-0.42.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.42.ebuild b/net-misc/spice-gtk/spice-gtk-0.42-r1.ebuild index 3a2c5855a3e3..9c0ef059a36d 100644 --- a/net-misc/spice-gtk/spice-gtk-0.42.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.42-r1.ebuild @@ -45,6 +45,9 @@ RDEPEND=" introspection? ( dev-libs/gobject-introspection ) dev-libs/openssl:= lz4? ( app-arch/lz4 ) + policykit? ( + >=sys-auth/polkit-0.110-r1 + ) sasl? ( dev-libs/cyrus-sasl ) smartcard? ( app-emulation/qemu[smartcard] ) usbredir? ( @@ -52,9 +55,6 @@ RDEPEND=" >=sys-apps/usbredir-0.4.2 virtual/acl virtual/libusb:1 - policykit? ( - >=sys-auth/polkit-0.110-r1 - ) ) webdav? ( net-libs/phodav:3.0 |