summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {