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 7EB92139694 for ; Sat, 6 May 2017 06:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B022E0CFD; Sat, 6 May 2017 06:22:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68031E0CFD for ; Sat, 6 May 2017 06:22:16 +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 298AE3416C7 for ; Sat, 6 May 2017 06:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95C64742F for ; Sat, 6 May 2017 06:22:13 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1494051694.efc8fc95c76c5c4323230b3b1278e5e2fc4f9bf6.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-9999.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: efc8fc95c76c5c4323230b3b1278e5e2fc4f9bf6 X-VCS-Branch: master Date: Sat, 6 May 2017 06:22:13 +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: 60778d61-442b-4105-bebf-c31673b17045 X-Archives-Hash: e15e8a3500c11acb5975853a0f65c923 commit: efc8fc95c76c5c4323230b3b1278e5e2fc4f9bf6 Author: Matthias Maier gentoo org> AuthorDate: Sat May 6 06:21:34 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat May 6 06:21:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc8fc95 app-emulation/qemu: update live ebuild Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-emulation/qemu/qemu-9999.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index f5ab6dbad23..72541280894 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="ncurses,readline" PLOCALES="bg de_DE fr_FR hu it tr zh_CN" -FIRMWARE_ABI_VERSION="2.9.0-r50" +FIRMWARE_ABI_VERSION="2.9.0-r52" inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \ user udev fcaps readme.gentoo-r1 pax-utils l10n @@ -154,13 +154,15 @@ SOFTMMU_TOOLS_DEPEND=" X86_FIRMWARE_DEPEND=" pin-upstream-blobs? ( ~sys-firmware/ipxe-1.0.0_p20160620 - ~sys-firmware/seabios-1.10.1[binary,seavgabios] + ~sys-firmware/seabios-1.10.2[binary,seavgabios] ~sys-firmware/sgabios-0.1_pre8 + ~sys-firmware/edk2-ovmf-2017_pre20170505[binary] ) !pin-upstream-blobs? ( sys-firmware/ipxe - sys-firmware/seabios[seavgabios] + >=sys-firmware/seabios-1.10.2[seavgabios] sys-firmware/sgabios + sys-firmware/edk2-ovmf )" CDEPEND=" @@ -679,8 +681,10 @@ src_install() { if [[ -n ${softmmu_targets} ]]; then # Remove SeaBIOS since we're using the SeaBIOS packaged one rm "${ED}/usr/share/qemu/bios.bin" + rm "${ED}/usr/share/qemu/bios-256k.bin" if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then dosym ../seabios/bios.bin /usr/share/qemu/bios.bin + dosym ../seabios/bios-256k.bin /usr/share/qemu/bios-256k.bin fi # Remove vgabios since we're using the seavgabios packaged one