From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 342FB1382C5 for ; Sun, 18 Mar 2018 20:02:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D19EE0866; Sun, 18 Mar 2018 20:02:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27604E0866 for ; Sun, 18 Mar 2018 20:02:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAB40335D3F for ; Sun, 18 Mar 2018 20:02:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5CBA242 for ; Sun, 18 Mar 2018 20:02:05 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1521403309.7f50d653d56b5fd505db6b8ab63edf1c460e0d61.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.stable.mask profiles/desc/qemu_softmmu_targets.desc profiles/desc/qemu_user_targets.desc X-VCS-Directories: profiles/desc/ profiles/base/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 7f50d653d56b5fd505db6b8ab63edf1c460e0d61 X-VCS-Branch: master Date: Sun, 18 Mar 2018 20:02:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4eeb5a13-4533-445d-9b7e-359a96ce51e7 X-Archives-Hash: 2989d3c2bfa2dd2a58fe3f052eb66e4e commit: 7f50d653d56b5fd505db6b8ab63edf1c460e0d61 Author: Matthias Maier gentoo org> AuthorDate: Sun Mar 18 19:30:19 2018 +0000 Commit: Matthias Maier gentoo 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 (18 Mar 2018) +# dev-libs/capstone hasn't been stabilized yet +app-emulation/qemu capstone + # Zac Medico (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