commit: 889f37a342fe55308f640d3a4fa97c16f0dacb76 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Aug 28 04:37:30 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 10:32:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889f37a3
sys-auth/elogind: Switch off IUSE cgroup-hybrid by default Closes: https://bugs.gentoo.org/923259 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-auth/elogind/elogind-252.9-r2.ebuild | 2 +- sys-auth/elogind/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/elogind/elogind-252.9-r2.ebuild b/sys-auth/elogind/elogind-252.9-r2.ebuild index 7d70473237ab..41ccffac0be8 100644 --- a/sys-auth/elogind/elogind-252.9-r2.ebuild +++ b/sys-auth/elogind/elogind-252.9-r2.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/elogind/elogind" LICENSE="CC0-1.0 LGPL-2.1+ public-domain" SLOT="0" -IUSE="+acl audit +cgroup-hybrid debug doc +pam +policykit selinux test" +IUSE="+acl audit cgroup-hybrid debug doc +pam +policykit selinux test" RESTRICT="!test? ( test )" BDEPEND=" diff --git a/sys-auth/elogind/metadata.xml b/sys-auth/elogind/metadata.xml index 43950e1cc395..ce8da1d386de 100644 --- a/sys-auth/elogind/metadata.xml +++ b/sys-auth/elogind/metadata.xml @@ -5,7 +5,7 @@ <email>[email protected]</email> </maintainer> <use> - <flag name="cgroup-hybrid">Use hybrid cgroup hierarchy (OpenRC's default) instead of unified.</flag> + <flag name="cgroup-hybrid">Use hybrid cgroup hierarchy instead of unified (OpenRC's default).</flag> </use> <upstream> <remote-id type="github">elogind/elogind</remote-id>
