commit: 5e3265d6af09ae438104fc24c8e8537c4c235061
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 12:00:50 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 12:07:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3265d6
app-emulation/xen-tools: correct typo in source of vn. 4.6.1
noted in gentoo bug, set with an equivalent sed statement substituting
an upstream patch, the sed being completed in one line
Gentoo-bug: #575868
Package-Manager: portage-2.2.28
app-emulation/xen-tools/xen-tools-4.6.1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-emulation/xen-tools/xen-tools-4.6.1.ebuild
b/app-emulation/xen-tools/xen-tools-4.6.1.ebuild
index c84766c..a63bbda 100644
--- a/app-emulation/xen-tools/xen-tools-4.6.1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.6.1.ebuild
@@ -348,6 +348,9 @@ src_prepare() {
-e 's:^#vif.default.script=:vif.default.script=:' \
-i tools/examples/xl.conf || die
+ # Bug #575868 converted to a sed statement, typo of one char
+ sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h ||
die
+
epatch_user
}