commit: e8b87cf648b3685a5a34c1db7484d021e31e5885 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Sun Jun 4 01:18:22 2023 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sun Jun 4 01:27:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b87cf6
net-misc/spice-gtk: depend on polkit if USE=polkit Closes: https://bugs.gentoo.org/903609 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> .../spice-gtk/{spice-gtk-0.42.ebuild => spice-gtk-0.42-r1.ebuild} | 6 +++--- 1 file 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 similarity index 98% rename from net-misc/spice-gtk/spice-gtk-0.42.ebuild rename to 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
