commit: ff1eda53e71a352f68e02d686d6436dc2f37c518 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 18 07:27:47 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 22 06:43:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1eda53
profiles/arch/s390: Introduce a s390 sub-profile (NFC) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/s390/s390/eapi | 1 + profiles/arch/s390/s390/parent | 1 + profiles/default/linux/s390/parent | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/arch/s390/s390/eapi b/profiles/arch/s390/s390/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/s390/s390/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/s390/s390/parent b/profiles/arch/s390/s390/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/s390/s390/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default/linux/s390/parent b/profiles/default/linux/s390/parent index 1879cff7e0a5..cc405462ec83 100644 --- a/profiles/default/linux/s390/parent +++ b/profiles/default/linux/s390/parent @@ -1,3 +1,3 @@ ../../../base .. -../../../arch/s390 +../../../arch/s390/s390
