summaryrefslogtreecommitdiff
path: root/app-emulation/xen
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-04-26 07:46:19 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-26 07:46:42 +0000
commit9c66087101b4f6f262dd37b94043f55fa2511cd9 (patch)
tree26f50f91387b334243ac5f3f2e2a8670af499637 /app-emulation/xen
parentc173801ff450059dfa2cb9a9c3b48cd2d3feee0b (diff)
downloadgentoo-9c66087101b4f6f262dd37b94043f55fa2511cd9.tar.gz
gentoo-9c66087101b4f6f262dd37b94043f55fa2511cd9.tar.xz
app-emulation/xen: Revert 4a1812d93b2531712d2293ad3bcd381d3b7d846e.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/xen')
-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 ce5697069c6..ca758764537 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 6277f0ca75e..240b96e906b 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