summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-28 06:37:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-28 12:32:09 +0200
commit889f37a342fe55308f640d3a4fa97c16f0dacb76 (patch)
treeb3f25f2cfc0c0b2279932e37fe35d8bdf8a97a7b /sys-auth
parentsys-apps/mawk: add 1.3.4_p20240827 (diff)
downloadgentoo-889f37a342fe55308f640d3a4fa97c16f0dacb76.tar.gz
gentoo-889f37a342fe55308f640d3a4fa97c16f0dacb76.tar.bz2
gentoo-889f37a342fe55308f640d3a4fa97c16f0dacb76.zip
sys-auth/elogind: Switch off IUSE cgroup-hybrid by default
Closes: https://bugs.gentoo.org/923259 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/elogind/elogind-252.9-r2.ebuild2
-rw-r--r--sys-auth/elogind/metadata.xml2
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>asturm@gentoo.org</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>