Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
Date: Thu, 18 Feb 2016 20:57:25
Message-Id: 1455829034.630ba4d588590822f4a788414e012bfb21a3e738.zx2c4@gentoo
1 commit: 630ba4d588590822f4a788414e012bfb21a3e738
2 Author: Austin S. Hemmelgarn <ahferroin7 <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 18 20:55:28 2016 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 20:57:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630ba4d5
7
8 app-emulation/xen-tools: Move ovmf move into conditional section
9
10 Package-Manager: portage-2.2.27
11
12 app-emulation/xen-tools/xen-tools-4.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/xen-tools/xen-tools-4.6.1.ebuild b/app-emulation/xen-tools/xen-tools-4.6.1.ebuild
16 index c433fd8..9f9d763 100644
17 --- a/app-emulation/xen-tools/xen-tools-4.6.1.ebuild
18 +++ b/app-emulation/xen-tools/xen-tools-4.6.1.ebuild
19 @@ -248,8 +248,8 @@ src_prepare() {
20 EPATCH_OPTS="-p1" \
21 epatch "${WORKDIR}"/patches-ovmf
22 popd > /dev/null
23 + mv ../ovmf-${OVMF_PV} tools/firmware/ovmf-dir-remote || die
24 fi
25 - mv ../ovmf-${OVMF_PV} tools/firmware/ovmf-dir-remote || die
26
27 mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die