diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-20 14:09:33 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-07 16:45:45 +0200 |
commit | 26baa55b683479a0918efd9cce1598e618bdf90c (patch) | |
tree | 75bdd3a8eab30475490163342a7336bad814ab57 /mate-extra | |
parent | mate-extra/mate-system-monitor: add 1.26.3 (diff) | |
download | gentoo-26baa55b683479a0918efd9cce1598e618bdf90c.tar.gz gentoo-26baa55b683479a0918efd9cce1598e618bdf90c.tar.bz2 gentoo-26baa55b683479a0918efd9cce1598e618bdf90c.zip |
mate-extra/mate-polkit: check +daemon in sys-auth/polkit
This isn't applied on all profiles, adding check in the meantime until this is fixed
in all profiles.
Closes: https://bugs.gentoo.org/922510
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34918
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild | 2 | ||||
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild index 52408f53bbb6..9a990fa984cc 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild @@ -22,7 +22,7 @@ COMMON_DEPEND="x11-libs/gdk-pixbuf:2 RDEPEND="${COMMON_DEPEND} >=dev-libs/glib-2.50:2 - >=sys-auth/polkit-0.102 + >=sys-auth/polkit-0.102[daemon] accountsservice? ( sys-apps/accountsservice )" BDEPEND="${COMMON_DEPEND} diff --git a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild index a9a3ecf178df..0d4d07ef96d6 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild @@ -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 + >=sys-auth/polkit-0.102[daemon] accountsservice? ( sys-apps/accountsservice )" BDEPEND="${COMMON_DEPEND} |