commit: 245d62b3d9bd23c0e718e19ab6608f4c6087d70a Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat May 28 16:47:21 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat May 28 16:48:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245d62b3
profiles: Add (untested, exp, no keywords yet) m68k systemd profile Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/m68k/17.0/systemd/eapi | 1 + profiles/default/linux/m68k/17.0/systemd/parent | 2 ++ profiles/profiles.desc | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/default/linux/m68k/17.0/systemd/eapi b/profiles/default/linux/m68k/17.0/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/m68k/17.0/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/m68k/17.0/systemd/parent b/profiles/default/linux/m68k/17.0/systemd/parent new file mode 100644 index 000000000000..ced72403bde9 --- /dev/null +++ b/profiles/default/linux/m68k/17.0/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/systemd diff --git a/profiles/profiles.desc b/profiles/profiles.desc index bf181432d3c5..5cb1b885f855 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -149,7 +149,8 @@ loong default/linux/loong/22.0/la64v100/lp64d/systemd exp # M68K Profiles # @MAINTAINER: [email protected] -m68k default/linux/m68k/17.0 exp +m68k default/linux/m68k/17.0 exp +m68k default/linux/m68k/17.0/systemd exp # MIPS Profiles # @MAINTAINER: [email protected]
