Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/
Date: Wed, 05 Oct 2016 10:06:04
Message-Id: 1475661913.4b2f03b0682dc7635728911642f8e26a9bfeb94d.dlan@gentoo
1 commit: 4b2f03b0682dc7635728911642f8e26a9bfeb94d
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 5 10:05:13 2016 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 5 10:05:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2f03b0
7
8 app-emulation/xen-pvgrub: add epatch_user support
9
10 Gentoo-Bug: 595294
11
12 Package-Manager: portage-2.3.1
13
14 app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild | 2 ++
15 app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild | 2 ++
16 2 files changed, 4 insertions(+)
17
18 diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild
19 index eb54859..ca7ab74 100644
20 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild
21 +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild
22 @@ -91,6 +91,8 @@ src_prepare() {
23 #Substitute for internal downloading. pciutils copied only due to the only .bz2
24 cp "${DISTDIR}"/pciutils-2.2.9.tar.bz2 ./stubdom/ || die "pciutils not copied to stubdom"
25 retar-externals || die "re-tar procedure failed"
26 +
27 + epatch_user
28 }
29
30 src_configure() {
31
32 diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild
33 index bf577ad..e4acac9 100644
34 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild
35 +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild
36 @@ -91,6 +91,8 @@ src_prepare() {
37 #Substitute for internal downloading. pciutils copied only due to the only .bz2
38 cp "${DISTDIR}"/pciutils-2.2.9.tar.bz2 ./stubdom/ || die "pciutils not copied to stubdom"
39 retar-externals || die "re-tar procedure failed"
40 +
41 + epatch_user
42 }
43
44 src_configure() {