commit: 554938f916694a131f29142b2d6f583a28e7be2d Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Jul 10 11:26:37 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Jul 10 11:26:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554938f9
profiles/arch/arm64: Enable the native arch as the default qemu target profiles/arch/arm64/package.use | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/arm64/package.use b/profiles/arch/arm64/package.use new file mode 100644 index 00000000000..fdbc734d17c --- /dev/null +++ b/profiles/arch/arm64/package.use @@ -0,0 +1,6 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Alexis Ballier <[email protected]> (10 Jul 2017) +# Enable the native arch as the default qemu target +app-emulation/qemu qemu_softmmu_targets_aarch64
