Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 1/6] profiles: Make s390x 17.0 profiles independent of s390 (NFC)
Date: Sun, 19 Jun 2022 10:04:41
Message-Id: 20220619100404.622009-2-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/6] s390 restructuring + common mixin for arches without Rust by "Michał Górny"
1 Alter the s390x 17.0 profile to include all base profiles directly
2 rather than via the parent s390 profile. This does not change anything
3 yet but paves the way for making the two profiles more independent.
4
5 Signed-off-by: Michał Górny <mgorny@g.o>
6 ---
7 profiles/default/linux/s390/17.0/s390x/parent | 5 ++++-
8 1 file changed, 4 insertions(+), 1 deletion(-)
9
10 diff --git a/profiles/default/linux/s390/17.0/s390x/parent b/profiles/default/linux/s390/17.0/s390x/parent
11 index 9e170a6edfdf..68795a39dbb2 100644
12 --- a/profiles/default/linux/s390/17.0/s390x/parent
13 +++ b/profiles/default/linux/s390/17.0/s390x/parent
14 @@ -1,2 +1,5 @@
15 -..
16 +../../../../../releases/17.0
17 +../../../../../base
18 +../../..
19 +../../../../../arch/s390
20 ../../../../../arch/s390/s390x
21 --
22 2.35.1