diff options
author | 2019-05-05 19:20:30 +0200 | |
---|---|---|
committer | 2019-05-05 19:20:30 +0200 | |
commit | 81feee03d3acd50ab58732f48aa96fb8525fcaa2 (patch) | |
tree | 0450e0a10e4398b0ba18734f902c2589ac79a527 /profiles/default | |
parent | dev-python/pygments: Add ~riscv keyword (diff) | |
download | gentoo-81feee03d3acd50ab58732f48aa96fb8525fcaa2.tar.gz gentoo-81feee03d3acd50ab58732f48aa96fb8525fcaa2.tar.bz2 gentoo-81feee03d3acd50ab58732f48aa96fb8525fcaa2.zip |
profiles: riscv: fix profile inheritance order
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/riscv/17.0/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/riscv/17.0/parent | 2 | ||||
-rw-r--r-- | profiles/default/linux/riscv/17.0/rv64gc/parent | 3 |
3 files changed, 2 insertions, 4 deletions
diff --git a/profiles/default/linux/riscv/17.0/eapi b/profiles/default/linux/riscv/17.0/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/riscv/17.0/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/riscv/17.0/parent b/profiles/default/linux/riscv/17.0/parent deleted file mode 100644 index 4ce24f0217a8..000000000000 --- a/profiles/default/linux/riscv/17.0/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../releases/17.0 diff --git a/profiles/default/linux/riscv/17.0/rv64gc/parent b/profiles/default/linux/riscv/17.0/rv64gc/parent index 4bbbd0ac47fc..689797260969 100644 --- a/profiles/default/linux/riscv/17.0/rv64gc/parent +++ b/profiles/default/linux/riscv/17.0/rv64gc/parent @@ -1,2 +1,3 @@ -.. +../.. ../../../../../arch/riscv/rv64gc +../../../../../releases/17.0 |