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 0AE031382C5 for ; Mon, 19 Mar 2018 18:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B252E095F; Mon, 19 Mar 2018 18:09:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 07B29E095F for ; Mon, 19 Mar 2018 18:09:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1A929335C99 for ; Mon, 19 Mar 2018 18:09:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D086125D for ; Mon, 19 Mar 2018 18:09:03 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1521482908.1d0026a2fe01a31b98da07a5d2907fbd1bb51c76.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: app-emulation/qemu/ X-VCS-Repository: proj/musl X-VCS-Files: app-emulation/qemu/metadata.xml app-emulation/qemu/qemu-2.11.1-r1.ebuild app-emulation/qemu/qemu-2.11.1-r51.ebuild app-emulation/qemu/qemu-2.11.1-r52.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: 1d0026a2fe01a31b98da07a5d2907fbd1bb51c76 X-VCS-Branch: master Date: Mon, 19 Mar 2018 18:09:03 +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: 5a65bf40-8ca0-484f-852b-1d8feb0b77b4 X-Archives-Hash: da6ed5b6fadbf3b337495ebc6f714db8 commit: 1d0026a2fe01a31b98da07a5d2907fbd1bb51c76 Author: Aric Belsito gmail com> AuthorDate: Mon Mar 19 18:08:28 2018 +0000 Commit: Aric Belsito gmail com> CommitDate: Mon Mar 19 18:08:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=1d0026a2 app-emulation/qemu: version bump to 2.11.1-r52 app-emulation/qemu/metadata.xml | 1 + app-emulation/qemu/qemu-2.11.1-r1.ebuild | 2 +- app-emulation/qemu/{qemu-2.11.1-r51.ebuild => qemu-2.11.1-r52.ebuild} | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml index 3fe0408..61c159a 100644 --- a/app-emulation/qemu/metadata.xml +++ b/app-emulation/qemu/metadata.xml @@ -9,6 +9,7 @@ Adds support for braille displays using brltty Enables support for Linux's Async IO Enable alsa output for sound emulation + Enable disassembly support with dev-libs/capstone Support ISOs / -cdrom directives vis HTTP or HTTPS. Enables firmware device tree support Enables GlusterFS cluster fileystem via diff --git a/app-emulation/qemu/qemu-2.11.1-r1.ebuild b/app-emulation/qemu/qemu-2.11.1-r1.ebuild index c35661e..cc4fa94 100644 --- a/app-emulation/qemu/qemu-2.11.1-r1.ebuild +++ b/app-emulation/qemu/qemu-2.11.1-r1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~ppc ~ppc64 ~x86" # Gentoo specific patchsets: SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz" diff --git a/app-emulation/qemu/qemu-2.11.1-r51.ebuild b/app-emulation/qemu/qemu-2.11.1-r52.ebuild similarity index 99% rename from app-emulation/qemu/qemu-2.11.1-r51.ebuild rename to app-emulation/qemu/qemu-2.11.1-r52.ebuild index f7a879a..dcee00c 100644 --- a/app-emulation/qemu/qemu-2.11.1-r51.ebuild +++ b/app-emulation/qemu/qemu-2.11.1-r52.ebuild @@ -90,6 +90,7 @@ SOFTMMU_TOOLS_DEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.13 ) bluetooth? ( net-wireless/bluez ) bzip2? ( app-arch/bzip2[static-libs(+)] ) + capstone? ( dev-libs/capstone ) caps? ( sys-libs/libcap-ng[static-libs(+)] ) curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) fdt? ( >=sys-apps/dtc-1.4.2[static-libs(+)] )