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: Mon, 13 Feb 2017 07:44:38
Message-Id: 1486971838.54e494f4740c54b8ee082fddb37ca77fc246b362.tamiko@gentoo
1 commit: 54e494f4740c54b8ee082fddb37ca77fc246b362
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 07:43:36 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 07:43:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e494f4
7
8 app-emulation/qemu: update live-ebuild
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-emulation/qemu/qemu-9999.ebuild | 13 ++++++++-----
13 1 file changed, 8 insertions(+), 5 deletions(-)
14
15 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
16 index 6a78bbb7b5..911bc7b568 100644
17 --- a/app-emulation/qemu/qemu-9999.ebuild
18 +++ b/app-emulation/qemu/qemu-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -34,10 +34,10 @@ static-user systemtap tci test +threads usb usbredir vde +vhost-net \
26 virgl virtfs +vnc vte xattr xen xfs"
27
28 COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
29 -mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64
30 +mips64 mips64el mipsel nios2 or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64
31 x86_64"
32 IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore unicore32 xtensa xtensaeb"
33 -IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx"
34 +IUSE_USER_TARGETS="${COMMON_TARGETS} armeb hppa mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx"
35
36 use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS})
37 use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
38 @@ -100,7 +100,10 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
39 iscsi? ( net-libs/libiscsi )
40 jpeg? ( virtual/jpeg:0=[static-libs(+)] )
41 lzo? ( dev-libs/lzo:2[static-libs(+)] )
42 - ncurses? ( sys-libs/ncurses:0=[static-libs(+)] )
43 + ncurses? (
44 + sys-libs/ncurses:0=[unicode]
45 + sys-libs/ncurses:0=[static-libs(+)]
46 + )
47 nfs? ( >=net-fs/libnfs-1.9.3[static-libs(+)] )
48 numa? ( sys-process/numactl[static-libs(+)] )
49 opengl? (
50 @@ -622,7 +625,7 @@ src_install() {
51 [[ -e check-report.html ]] && dohtml check-report.html
52
53 if use kernel_linux; then
54 - udev_dorules "${FILESDIR}"/65-kvm.rules
55 + udev_newrules "${FILESDIR}"/65-kvm.rules-r1 65-kvm.rules
56 fi
57
58 if use python; then