commit: bc68e36ba87851bfefe50725d09628e09991f837 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Feb 4 18:44:04 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Feb 4 18:45:05 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc68e36b
profiles: start playing with musl+systemd Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/amd64/23.0/musl/systemd/eapi | 1 + profiles/default/linux/amd64/23.0/musl/systemd/parent | 2 ++ profiles/default/linux/amd64/23.0/musl/systemd/use.mask | 6 ++++++ 3 files changed, 9 insertions(+) diff --git a/profiles/default/linux/amd64/23.0/musl/systemd/eapi b/profiles/default/linux/amd64/23.0/musl/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/musl/systemd/parent b/profiles/default/linux/amd64/23.0/musl/systemd/parent new file mode 100644 index 000000000000..7e061533c151 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/profiles/default/linux/amd64/23.0/musl/systemd/use.mask b/profiles/default/linux/amd64/23.0/musl/systemd/use.mask new file mode 100644 index 000000000000..6f3714550696 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/systemd/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Alfred Wingate <[email protected]> (2025-09-20) +# Generic images are built with systemd and only available on arm64 and amd64 +-generic-uki
