commit: c85c7013642bd98ab23c07790b9f18b9d3dc9e70 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Jul 19 17:11:10 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Jul 19 17:12:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85c7013
profiles: drop qemu binary from riscv @system, this time for real Bug: https://bugs.gentoo.org/689236 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/package.accept_keywords | 3 --- profiles/arch/riscv/packages | 7 ------- profiles/arch/riscv/packages.build | 4 ---- 3 files changed, 14 deletions(-) diff --git a/profiles/arch/riscv/package.accept_keywords b/profiles/arch/riscv/package.accept_keywords index ba134491c30..3ebc00af05b 100644 --- a/profiles/arch/riscv/package.accept_keywords +++ b/profiles/arch/riscv/package.accept_keywords @@ -5,6 +5,3 @@ # we need specific versions / patches for riscv! sys-devel/gcc -amd64 -~amd64 sys-libs/glibc -amd64 -~amd64 - -# For the stages and qemu, we need static qemu *from* ~amd64 -app-emulation/qemu-riscv64-bin ~amd64 diff --git a/profiles/arch/riscv/packages b/profiles/arch/riscv/packages index 104ffcfaf7f..b089d412189 100644 --- a/profiles/arch/riscv/packages +++ b/profiles/arch/riscv/packages @@ -1,12 +1,5 @@ # Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -## For now we add the x86-64 qemu-riscv64 static binary to all -## stages. This makes life somewhat simpler when working without -## real hardware. -#*app-emulation/qemu-riscv64-bin -# -# not needed anymore with recent catalyst improvements - # For the initial hot experimentation phase... *sys-devel/gdb diff --git a/profiles/arch/riscv/packages.build b/profiles/arch/riscv/packages.build index c85897cb6ca..aacc29b1d56 100644 --- a/profiles/arch/riscv/packages.build +++ b/profiles/arch/riscv/packages.build @@ -1,7 +1,3 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# For now we add the x86-64 qemu-riscv64 static binary to all -# stages. This makes life somewhat simpler when working without -# real hardware. -app-emulation/qemu-riscv64-bin
