From e9bc72efb39743fe6f3cee54edecaafda7a375c5 Mon Sep 17 00:00:00 2001 From: RadioNoiseE Date: Wed, 24 Jun 2026 19:22:07 +0800 Subject: [PATCH] sys-apps/systemd: Depend on libucontext for fiber bootstrap on musl Signed-off-by: RadioNoiseE Part-of: https://github.com/gentoo/gentoo/pull/46470 Closes: https://github.com/gentoo/gentoo/pull/46470 Signed-off-by: Mike Gilbert --- sys-apps/systemd/systemd-261-r1.ebuild | 1 + sys-apps/systemd/systemd-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-apps/systemd/systemd-261-r1.ebuild b/sys-apps/systemd/systemd-261-r1.ebuild index 49ef57d6da8e8..eb5f6e463daf9 100644 --- a/sys-apps/systemd/systemd-261-r1.ebuild +++ b/sys-apps/systemd/systemd-261-r1.ebuild @@ -72,6 +72,7 @@ COMMON_DEPEND=" ) elibc_musl? ( >=sys-libs/musl-1.2.6 + sys-libs/libucontext virtual/libcrypt ) fido2? ( diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index a4382c2c71758..5a30c2a4dee7f 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -72,6 +72,7 @@ COMMON_DEPEND=" ) elibc_musl? ( >=sys-libs/musl-1.2.6 + sys-libs/libucontext virtual/libcrypt ) fido2? (