diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-04-14 20:00:50 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-14 20:07:01 +0800 |
commit | 5e3265d6af09ae438104fc24c8e8537c4c235061 (patch) | |
tree | ea70401bf97e9b69eda56ad5e0a69fb4b6826ca0 /app-emulation | |
parent | app-emulation/xen: correct typo in source of vn. 4.6.1 (diff) | |
download | gentoo-5e3265d6af09ae438104fc24c8e8537c4c235061.tar.gz gentoo-5e3265d6af09ae438104fc24c8e8537c4c235061.tar.bz2 gentoo-5e3265d6af09ae438104fc24c8e8537c4c235061.zip |
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
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.6.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |