summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2016-10-05 18:05:13 +0800
committerYixun Lan <dlan@gentoo.org>2016-10-05 18:05:13 +0800
commit4b2f03b0682dc7635728911642f8e26a9bfeb94d (patch)
tree35f7673f4d5d18c139176c6b47de1c62072d50e0 /app-emulation
parentapp-emulation/xen-tools: fix XSA-190 (diff)
downloadgentoo-4b2f03b0682dc7635728911642f8e26a9bfeb94d.tar.gz
gentoo-4b2f03b0682dc7635728911642f8e26a9bfeb94d.tar.bz2
gentoo-4b2f03b0682dc7635728911642f8e26a9bfeb94d.zip
app-emulation/xen-pvgrub: add epatch_user support
Gentoo-Bug: 595294 Package-Manager: portage-2.3.1
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild2
-rw-r--r--app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild
index eb54859f4386..ca7ab7448a66 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild
@@ -91,6 +91,8 @@ src_prepare() {
#Substitute for internal downloading. pciutils copied only due to the only .bz2
cp "${DISTDIR}"/pciutils-2.2.9.tar.bz2 ./stubdom/ || die "pciutils not copied to stubdom"
retar-externals || die "re-tar procedure failed"
+
+ epatch_user
}
src_configure() {
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild
index bf577ad81ca7..e4acac93cac7 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild
@@ -91,6 +91,8 @@ src_prepare() {
#Substitute for internal downloading. pciutils copied only due to the only .bz2
cp "${DISTDIR}"/pciutils-2.2.9.tar.bz2 ./stubdom/ || die "pciutils not copied to stubdom"
retar-externals || die "re-tar procedure failed"
+
+ epatch_user
}
src_configure() {