From e7f4ae036081464c52eb4bd8d61baf87dd4478d5 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Thu, 14 Apr 2016 19:59:09 +0800 Subject: app-emulation/xen: 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/xen-4.6.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app-emulation') diff --git a/app-emulation/xen/xen-4.6.1.ebuild b/app-emulation/xen/xen-4.6.1.ebuild index 3a1959d9fee7..240b96e906b5 100644 --- a/app-emulation/xen/xen-4.6.1.ebuild +++ b/app-emulation/xen/xen-4.6.1.ebuild @@ -146,6 +146,12 @@ 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 + epatch_user } -- cgit v1.2.3-65-gdbad