commit: be516c14ebf884ec769cb2b3bb4952ffef067199 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Jul 19 15:05:50 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Jul 19 15:07:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be516c14
profiles: drop qemu binary from riscv @system Closes: https://bugs.gentoo.org/689236 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/packages | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/profiles/arch/riscv/packages b/profiles/arch/riscv/packages index 3b97323bdc9..104ffcfaf7f 100644 --- a/profiles/arch/riscv/packages +++ b/profiles/arch/riscv/packages @@ -1,10 +1,12 @@ -# Copyright 2019 Gentoo Authors +# 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 +## 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
