commit: 2990f98aa92066fdf9b71b60e9ef0496008dc406 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Feb 14 21:20:03 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Feb 14 21:20:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2990f98a
profiles, musl: Add hack so we can start building systemd stages Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/features/musl/package.accept_keywords | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/features/musl/package.accept_keywords b/profiles/features/musl/package.accept_keywords new file mode 100644 index 000000000000..b1c59eb2d506 --- /dev/null +++ b/profiles/features/musl/package.accept_keywords @@ -0,0 +1,8 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <[email protected]> (2026-02-14) +# Temporary workaround so we can start building systemd stages everywhere even +# though there is no stable systemd version 259 yet ... +# On existing openrc installations systemd is masked anyway. +=sys-apps/systemd-259*
