From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4A4331388BF for ; Thu, 18 Feb 2016 20:57:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81B2E21C154; Thu, 18 Feb 2016 20:57:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D65221C154 for ; Thu, 18 Feb 2016 20:57:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25855340C03 for ; Thu, 18 Feb 2016 20:57:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC7458F5 for ; Thu, 18 Feb 2016 20:57:19 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1455829034.630ba4d588590822f4a788414e012bfb21a3e738.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.6.1.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 630ba4d588590822f4a788414e012bfb21a3e738 X-VCS-Branch: master Date: Thu, 18 Feb 2016 20:57:19 +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: eef66444-b06e-420b-8f81-51f8aa7f990c X-Archives-Hash: dc65f1f45124aa8632ba75d26058d567 commit: 630ba4d588590822f4a788414e012bfb21a3e738 Author: Austin S. Hemmelgarn gmail com> AuthorDate: Thu Feb 18 20:55:28 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Thu Feb 18 20:57:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630ba4d5 app-emulation/xen-tools: Move ovmf move into conditional section Package-Manager: portage-2.2.27 app-emulation/xen-tools/xen-tools-4.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/xen-tools/xen-tools-4.6.1.ebuild b/app-emulation/xen-tools/xen-tools-4.6.1.ebuild index c433fd8..9f9d763 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.1.ebuild @@ -248,8 +248,8 @@ src_prepare() { EPATCH_OPTS="-p1" \ epatch "${WORKDIR}"/patches-ovmf popd > /dev/null + mv ../ovmf-${OVMF_PV} tools/firmware/ovmf-dir-remote || die fi - mv ../ovmf-${OVMF_PV} tools/firmware/ovmf-dir-remote || die mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die