Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/riscv/17.0/, profiles/default/linux/riscv/17.0/rv64gc/
Date: Sun, 05 May 2019 17:21:03
Message-Id: 1557076830.81feee03d3acd50ab58732f48aa96fb8525fcaa2.dilfridge@gentoo
1 commit: 81feee03d3acd50ab58732f48aa96fb8525fcaa2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 5 17:20:30 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun May 5 17:20:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81feee03
7
8 profiles: riscv: fix profile inheritance order
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/default/linux/riscv/17.0/eapi | 1 -
13 profiles/default/linux/riscv/17.0/parent | 2 --
14 profiles/default/linux/riscv/17.0/rv64gc/parent | 3 ++-
15 3 files changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/profiles/default/linux/riscv/17.0/eapi b/profiles/default/linux/riscv/17.0/eapi
18 deleted file mode 100644
19 index 7ed6ff82de6..00000000000
20 --- a/profiles/default/linux/riscv/17.0/eapi
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -5
24
25 diff --git a/profiles/default/linux/riscv/17.0/parent b/profiles/default/linux/riscv/17.0/parent
26 deleted file mode 100644
27 index 4ce24f0217a..00000000000
28 --- a/profiles/default/linux/riscv/17.0/parent
29 +++ /dev/null
30 @@ -1,2 +0,0 @@
31 -..
32 -../../../../releases/17.0
33
34 diff --git a/profiles/default/linux/riscv/17.0/rv64gc/parent b/profiles/default/linux/riscv/17.0/rv64gc/parent
35 index 4bbbd0ac47f..68979726096 100644
36 --- a/profiles/default/linux/riscv/17.0/rv64gc/parent
37 +++ b/profiles/default/linux/riscv/17.0/rv64gc/parent
38 @@ -1,2 +1,3 @@
39 -..
40 +../..
41 ../../../../../arch/riscv/rv64gc
42 +../../../../../releases/17.0