Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Tue, 28 Feb 2017 05:14:36
Message-Id: 1488258853.159a538312f81e42a78e1905a34f3ef49f30b93c.tamiko@gentoo
1 commit: 159a538312f81e42a78e1905a34f3ef49f30b93c
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 05:14:13 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 05:14:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159a5383
7
8 app-emulation/qemu: update use flag description
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-emulation/qemu/metadata.xml | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml
16 index 1866d8a38f..9a8a1a335b 100644
17 --- a/app-emulation/qemu/metadata.xml
18 +++ b/app-emulation/qemu/metadata.xml
19 @@ -32,9 +32,9 @@
20 <flag name="sdl2">Use libsdl2 instead of libsdl</flag>
21 <flag name="spice">Enable Spice protocol support via <pkg>app-emulation/spice</pkg></flag>
22 <flag name="ssh">Enable SSH based block device support via <pkg>net-libs/libssh2</pkg></flag>
23 - <flag name="static-softmmu">Builds the Software MMU (system) targets as static binaries</flag>
24 + <flag name="static-softmmu">Build the Software MMU (system) targets as static binaries</flag>
25 <flag name="static-user">Build the User targets as static binaries</flag>
26 - <flag name="static">Enables both 'static-softmmu' and 'static-user'</flag>
27 + <flag name="static">Build the User and Software MMU (system) targets as well as tools as static binaries</flag>
28 <flag name="snappy">Enable support for snappy compression</flag>
29 <flag name="systemtap">Enable SystemTAP/DTrace tracing</flag>
30 <flag name="tci">Enable the TCG Interpreter which can speed up or slowdown workloads depending on the host and guest CPUs being emulated. In the future it will be a runtime option but for now its compile time.</flag>