From 5e3265d6af09ae438104fc24c8e8537c4c235061 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Thu, 14 Apr 2016 20:00:50 +0800 Subject: [PATCH] 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 --- app-emulation/xen-tools/xen-tools-4.6.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 } -- 2.26.2