diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-18 09:27:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-22 08:43:51 +0200 |
commit | ff1eda53e71a352f68e02d686d6436dc2f37c518 (patch) | |
tree | c8cca6a03ac116fd53bbc3606d1166fb4dc463ff /profiles | |
parent | profiles: Make s390x 17.0 profiles independent of s390 (NFC) (diff) | |
download | gentoo-ff1eda53e71a352f68e02d686d6436dc2f37c518.tar.gz gentoo-ff1eda53e71a352f68e02d686d6436dc2f37c518.tar.bz2 gentoo-ff1eda53e71a352f68e02d686d6436dc2f37c518.zip |
profiles/arch/s390: Introduce a s390 sub-profile (NFC)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/s390/s390/eapi | 1 | ||||
-rw-r--r-- | profiles/arch/s390/s390/parent | 1 | ||||
-rw-r--r-- | profiles/default/linux/s390/parent | 2 |
3 files changed, 3 insertions, 1 deletions
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 |