commit: bc734938d7458861f085bd311e862c939670a7bf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 21 14:55:11 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 21 14:57:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc734938
sys-auth/elogind: fix automagic polkit use The meson port could be made more idiomatic but let's not worry about that for now. Closes: https://bugs.gentoo.org/920383 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/elogind/{elogind-252.9-r1.ebuild => elogind-252.9-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-auth/elogind/elogind-252.9-r1.ebuild b/sys-auth/elogind/elogind-252.9-r2.ebuild similarity index 99% rename from sys-auth/elogind/elogind-252.9-r1.ebuild rename to sys-auth/elogind/elogind-252.9-r2.ebuild index 1da0c8672fff..6c9522bc9e1a 100644 --- a/sys-auth/elogind/elogind-252.9-r1.ebuild +++ b/sys-auth/elogind/elogind-252.9-r2.ebuild @@ -111,6 +111,7 @@ src_configure() { -Drootprefix="${EPREFIX}/" -Dbashcompletiondir="${EPREFIX}/usr/share/bash-completion/completions" -Dman=auto + -Dpolkit=$(usex policykit true false) -Dsmack=true -Dcgroup-controller=openrc -Ddefault-hierarchy=${cgroupmode}
