commit: 76051f6b206865c2fbc3005f790a326d3c5722be Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat May 14 14:33:16 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat May 14 14:34:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76051f6b
profiles: add experimental s390 systemd profiles (still lack keywords) Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/s390/17.0/s390x/systemd/eapi | 1 + profiles/default/linux/s390/17.0/s390x/systemd/parent | 2 ++ profiles/default/linux/s390/17.0/systemd/eapi | 1 + profiles/default/linux/s390/17.0/systemd/parent | 2 ++ profiles/profiles.desc | 2 ++ 5 files changed, 8 insertions(+) diff --git a/profiles/default/linux/s390/17.0/s390x/systemd/eapi b/profiles/default/linux/s390/17.0/s390x/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/s390/17.0/s390x/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/s390/17.0/s390x/systemd/parent b/profiles/default/linux/s390/17.0/s390x/systemd/parent new file mode 100644 index 000000000000..7e061533c151 --- /dev/null +++ b/profiles/default/linux/s390/17.0/s390x/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/profiles/default/linux/s390/17.0/systemd/eapi b/profiles/default/linux/s390/17.0/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/s390/17.0/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/s390/17.0/systemd/parent b/profiles/default/linux/s390/17.0/systemd/parent new file mode 100644 index 000000000000..ced72403bde9 --- /dev/null +++ b/profiles/default/linux/s390/17.0/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/systemd diff --git a/profiles/profiles.desc b/profiles/profiles.desc index d0de61e33df7..cfdb50201bf2 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -249,6 +249,8 @@ riscv default/linux/riscv/20.0/rv64gc/multilib/systemd exp # @MAINTAINER: [email protected] s390 default/linux/s390/17.0 stable s390 default/linux/s390/17.0/s390x stable +s390 default/linux/s390/17.0/systemd exp +s390 default/linux/s390/17.0/s390x/systemd exp # SPARC Profiles # @MAINTAINER: [email protected]
