commit: 7f50d653d56b5fd505db6b8ab63edf1c460e0d61 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 19:30:19 2018 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 20:01:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f50d653
profiles: Update stable.mask and use expand for qemu-2.11.1/9999 profiles/base/package.use.stable.mask | 4 ++++ profiles/desc/qemu_softmmu_targets.desc | 2 ++ profiles/desc/qemu_user_targets.desc | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index c7f85959a7b..e1d55912b05 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Matthias Maier <[email protected]> (18 Mar 2018) +# dev-libs/capstone hasn't been stabilized yet +app-emulation/qemu capstone + # Zac Medico <[email protected]> (9 Mar 2018) # The rsync-verify support is not really stable yet. # Bugs #649276, #647964 diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index 19bcfdebdd9..ed2e3cdd494 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -25,6 +25,8 @@ or1k - OpenRISC system emulation target ppc64 - system emulation target ppcemb - system emulation target ppc - system emulation target +riscv32 - system emulation target +riscv64 - system emulation target s390x - system emulation target sh4eb - system emulation target sh4 - system emulation target diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index 721a1f566e2..303ad231b91 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -28,6 +28,8 @@ ppc64abi32 - userspace emulation target ppc64le - PowerPC 64-bit little endian userspace emulation target ppc64 - PowerPC 64-bit big endian userspace emulation target ppc - PowerPC 32-bit big endian userspace emulation target +riscv32 - userspace emulation target +riscv64 - userspace emulation target s390x - userspace emulation target sh4eb - userspace emulation target sh4 - userspace emulation target @@ -36,3 +38,5 @@ sparc64 - userspace emulation target sparc - userspace emulation target tilegx - TILE-Gx 64-bit userspace emulation target x86_64 - userspace emulation target +xtensaeb - userspace emulation target +xtensa - userspace emulation target
