diff options
author | Aric Belsito <lluixhi@gmail.com> | 2018-03-19 11:08:28 -0700 |
---|---|---|
committer | Aric Belsito <lluixhi@gmail.com> | 2018-03-19 11:08:28 -0700 |
commit | 1d0026a2fe01a31b98da07a5d2907fbd1bb51c76 (patch) | |
tree | 4360fe0400332729d7d6f9dd8651d701d66b80cb /app-emulation | |
parent | dev-java/icedtea: new package (diff) | |
download | musl-1d0026a2fe01a31b98da07a5d2907fbd1bb51c76.tar.gz musl-1d0026a2fe01a31b98da07a5d2907fbd1bb51c76.tar.bz2 musl-1d0026a2fe01a31b98da07a5d2907fbd1bb51c76.zip |
app-emulation/qemu: version bump to 2.11.1-r52
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/metadata.xml | 1 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-2.11.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-2.11.1-r52.ebuild (renamed from app-emulation/qemu/qemu-2.11.1-r51.ebuild) | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml index 3fe0408c..61c159a6 100644 --- a/app-emulation/qemu/metadata.xml +++ b/app-emulation/qemu/metadata.xml @@ -9,6 +9,7 @@ <flag name="accessibility">Adds support for braille displays using brltty</flag> <flag name="aio">Enables support for Linux's Async IO</flag> <flag name="alsa">Enable alsa output for sound emulation</flag> + <flag name="capstone">Enable disassembly support with <pkg>dev-libs/capstone</pkg></flag> <flag name="curl">Support ISOs / -cdrom directives vis HTTP or HTTPS.</flag> <flag name="fdt">Enables firmware device tree support</flag> <flag name="glusterfs">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 c35661eb..cc4fa94e 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 index f7a879aa..dcee00c4 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(+)] ) |