Skip to content

Commit

Permalink
app-emulation/xen-pvgrub: add epatch_user support
Browse files Browse the repository at this point in the history
Gentoo-Bug: 595294

Package-Manager: portage-2.3.1
  • Loading branch information
dlan17 committed Oct 5, 2016
1 parent 2f1373b commit 4b2f03b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-emulation/xen-pvgrub/xen-pvgrub-4.6.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 2 additions & 0 deletions app-emulation/xen-pvgrub/xen-pvgrub-4.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4b2f03b

Please sign in to comment.