app-emulation/qemu: update live-ebuild
authorMatthias Maier <tamiko@gentoo.org>
Mon, 13 Feb 2017 07:43:36 +0000 (01:43 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 13 Feb 2017 07:43:58 +0000 (01:43 -0600)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-emulation/qemu/qemu-9999.ebuild

index 6a78bbb7b5150eef4f68f7cc31e7e960b872425e..911bc7b568e75a168d312ea5188c461ab22e01bb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -34,10 +34,10 @@ static-user systemtap tci test +threads usb usbredir vde +vhost-net \
 virgl virtfs +vnc vte xattr xen xfs"
 
 COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
-mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64
+mips64 mips64el mipsel nios2 or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64
 x86_64"
 IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore unicore32 xtensa xtensaeb"
-IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx"
+IUSE_USER_TARGETS="${COMMON_TARGETS} armeb hppa mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx"
 
 use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS})
 use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
@@ -100,7 +100,10 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
        iscsi? ( net-libs/libiscsi )
        jpeg? ( virtual/jpeg:0=[static-libs(+)] )
        lzo? ( dev-libs/lzo:2[static-libs(+)] )
-       ncurses? ( sys-libs/ncurses:0=[static-libs(+)] )
+       ncurses? (
+               sys-libs/ncurses:0=[unicode]
+               sys-libs/ncurses:0=[static-libs(+)]
+       )
        nfs? ( >=net-fs/libnfs-1.9.3[static-libs(+)] )
        numa? ( sys-process/numactl[static-libs(+)] )
        opengl? (
@@ -622,7 +625,7 @@ src_install() {
                [[ -e check-report.html ]] && dohtml check-report.html
 
                if use kernel_linux; then
-                       udev_dorules "${FILESDIR}"/65-kvm.rules
+                       udev_newrules "${FILESDIR}"/65-kvm.rules-r1 65-kvm.rules
                fi
 
                if use python; then