From: Ian Delaney Date: Thu, 14 Apr 2016 12:00:50 +0000 (+0800) Subject: app-emulation/xen-tools: correct typo in source of vn. 4.6.1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5e3265d6af09ae438104fc24c8e8537c4c235061;p=gentoo.git 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 --- 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 c84766cebc9e..a63bbda86a5c 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 }