diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-07-19 18:05:50 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-07-19 18:07:59 +0300 |
commit | be516c14ebf884ec769cb2b3bb4952ffef067199 (patch) | |
tree | a3e3cbca69ed294eb299e426bbdd619921b3337a /profiles | |
parent | net-wireless/wireless-tools: amd64 stable (bug #724146) (diff) | |
download | gentoo-be516c14ebf884ec769cb2b3bb4952ffef067199.tar.gz gentoo-be516c14ebf884ec769cb2b3bb4952ffef067199.tar.bz2 gentoo-be516c14ebf884ec769cb2b3bb4952ffef067199.zip |
profiles: drop qemu binary from riscv @system
Closes: https://bugs.gentoo.org/689236
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/packages | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/profiles/arch/riscv/packages b/profiles/arch/riscv/packages index 3b97323bdc9f..104ffcfaf7ff 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 |