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 3/6] profiles/arch/s390: Make s390 inherit from top s390 profile (NFC)
Date: Sun, 19 Jun 2022 10:05:10
Message-Id: 20220619100404.622009-4-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/6] s390 restructuring + common mixin for arches without Rust by "Michał Górny"
1 This effectively moves the explicit top profile parenting
2 from default/linux tree straight into arch tree.
3
4 Signed-off-by: Michał Górny <mgorny@g.o>
5 ---
6 profiles/arch/s390/s390x/parent | 1 +
7 profiles/default/linux/s390/17.0/s390x/parent | 1 -
8 2 files changed, 1 insertion(+), 1 deletion(-)
9 create mode 100644 profiles/arch/s390/s390x/parent
10
11 diff --git a/profiles/arch/s390/s390x/parent b/profiles/arch/s390/s390x/parent
12 new file mode 100644
13 index 000000000000..f3229c5b9876
14 --- /dev/null
15 +++ b/profiles/arch/s390/s390x/parent
16 @@ -0,0 +1 @@
17 +..
18 diff --git a/profiles/default/linux/s390/17.0/s390x/parent b/profiles/default/linux/s390/17.0/s390x/parent
19 index 68795a39dbb2..d4c4b2e34633 100644
20 --- a/profiles/default/linux/s390/17.0/s390x/parent
21 +++ b/profiles/default/linux/s390/17.0/s390x/parent
22 @@ -1,5 +1,4 @@
23 ../../../../../releases/17.0
24 ../../../../../base
25 ../../..
26 -../../../../../arch/s390
27 ../../../../../arch/s390/s390x
28 --
29 2.35.1