commit: 2865f069c0f8fa9c510389fd6619532411759a26 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Jul 10 11:29:17 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Jul 10 11:29:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2865f069
profiles/arch/arm64: mask qemu x86 targets profiles/arch/arm64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index fee66cc710d..a9c75b1cf37 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # Alexis Ballier <[email protected]> (10 Jul 2017) +# sys-firmware/ipxe does not build, mask x86 targets needing it +app-emulation/qemu qemu_softmmu_targets_i386 qemu_softmmu_targets_x86_64 + +# Alexis Ballier <[email protected]> (10 Jul 2017) # pull webkit-gtk:2 which we would like to avoid x11-libs/wxGTK:2.8 webkit x11-libs/wxGTK:3.0 webkit
