summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/xen/xen-4.6.1-r1.ebuild3
-rw-r--r--app-emulation/xen/xen-4.6.1.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/app-emulation/xen/xen-4.6.1-r1.ebuild b/app-emulation/xen/xen-4.6.1-r1.ebuild
index ce5697069c60..ca7587645373 100644
--- a/app-emulation/xen/xen-4.6.1-r1.ebuild
+++ b/app-emulation/xen/xen-4.6.1-r1.ebuild
@@ -146,6 +146,9 @@ src_prepare() {
sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py"
# 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
+
+ # 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
diff --git a/app-emulation/xen/xen-4.6.1.ebuild b/app-emulation/xen/xen-4.6.1.ebuild
index 6277f0ca75e0..240b96e906b5 100644
--- a/app-emulation/xen/xen-4.6.1.ebuild
+++ b/app-emulation/xen/xen-4.6.1.ebuild
@@ -147,6 +147,9 @@ src_prepare() {
sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py"
# 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
+
+ # 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