app-emulation/xen: Revert 4a1812d93b2531712d2293ad3bcd381d3b7d846e.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Apr 2016 07:46:19 +0000 (07:46 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Apr 2016 07:46:42 +0000 (07:46 +0000)
Package-Manager: portage-2.2.26

app-emulation/xen/xen-4.6.1-r1.ebuild
app-emulation/xen/xen-4.6.1.ebuild

index ce5697069c60a03ab40a2e531ebc039c3fc8b9d9..ca758764537385b8b9466da0c5d5b4b5ce07e8db 100644 (file)
@@ -145,6 +145,9 @@ src_prepare() {
        # not strictly necessary to fix this
        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
 
index 6277f0ca75e0174c8856f3cd480a2330f6d81ada..240b96e906b5c1844ff3ca3499093c9ad4254a0c 100644 (file)
@@ -146,6 +146,9 @@ src_prepare() {
        # not strictly necessary to fix this
        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