diff options
author | Matthias Maier <tamiko@gentoo.org> | 2018-03-18 14:30:19 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-03-18 15:01:49 -0500 |
commit | 7f50d653d56b5fd505db6b8ab63edf1c460e0d61 (patch) | |
tree | d43484cb03cd14ce6eae7f856edd484a621d85b1 | |
parent | lxde-base/lxde-meta: arm stable, bug #639802 (diff) | |
download | gentoo-7f50d653d56b5fd505db6b8ab63edf1c460e0d61.tar.gz gentoo-7f50d653d56b5fd505db6b8ab63edf1c460e0d61.tar.bz2 gentoo-7f50d653d56b5fd505db6b8ab63edf1c460e0d61.zip |
profiles: Update stable.mask and use expand for qemu-2.11.1/9999
-rw-r--r-- | profiles/base/package.use.stable.mask | 4 | ||||
-rw-r--r-- | profiles/desc/qemu_softmmu_targets.desc | 2 | ||||
-rw-r--r-- | profiles/desc/qemu_user_targets.desc | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index c7f85959a7b2..e1d55912b05e 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 <tamiko@gentoo.org> (18 Mar 2018) +# dev-libs/capstone hasn't been stabilized yet +app-emulation/qemu capstone + # Zac Medico <zmedico@gentoo.org> (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 19bcfdebdd93..ed2e3cdd4942 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 721a1f566e20..303ad231b91f 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 |