commit: f40444d1ac36749b2d2a78d3638b3df019724da2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 08:15:00 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 08:15:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40444d1
mate-extra/mate-polkit: polkit always has its daemon Bug: https://bugs.gentoo.org/954290 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{mate-polkit-1.28.1.ebuild => mate-polkit-1.28.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-polkit/mate-polkit-1.28.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.28.1-r1.ebuild similarity index 92% rename from mate-extra/mate-polkit/mate-polkit-1.28.1.ebuild rename to mate-extra/mate-polkit/mate-polkit-1.28.1-r1.ebuild index f5cf124ad694..a2d76df717ca 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.28.1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.28.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ COMMON_DEPEND="x11-libs/gdk-pixbuf:2 RDEPEND="${COMMON_DEPEND} >=dev-libs/glib-2.50:2 - >=sys-auth/polkit-0.102[daemon] + >=sys-auth/polkit-0.102[daemon(+)] accountsservice? ( sys-apps/accountsservice )" BDEPEND="${COMMON_DEPEND}
