diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-09 14:36:23 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-09 14:39:57 +0800 |
commit | 979dc2c3082ce680d28865a494b77ba943e0d0ce (patch) | |
tree | 230a221c885d7280304f0ea80d8c7dc76ada6371 | |
parent | app-doc/kicad-doc: Bump to stable release 4.0.0 version (diff) | |
download | gentoo-979dc2c3082ce680d28865a494b77ba943e0d0ce.tar.gz gentoo-979dc2c3082ce680d28865a494b77ba943e0d0ce.tar.bz2 gentoo-979dc2c3082ce680d28865a494b77ba943e0d0ce.zip |
app-emulation/xen: Correct trivial typo in Comment, note errata in prior entry
Note: line 3 in previous commit re adding sec patches should read;
Addition of patches XSA-158 (#566844), XSA-{159,160} (#566842)
Package-Manager: portage-2.2.24
-rw-r--r-- | app-emulation/xen/xen-4.6.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.6.0-r3.ebuild b/app-emulation/xen/xen-4.6.0-r3.ebuild index a2b533c28a84..4ca1a84356e7 100644 --- a/app-emulation/xen/xen-4.6.0-r3.ebuild +++ b/app-emulation/xen/xen-4.6.0-r3.ebuild @@ -90,7 +90,7 @@ src_prepare() { einfo "Try to apply Xen Security patcheset" # apply main xen patches # Add patches from tarball in devspace ~idella4 to those from ~dlan - # Leav this commented for now as a record of an approach; wip + # Leave this commented for now as a record of an approach; wip #mkdir "${WORKDIR}"/patches-security/xen || die #mv "${WORKDIR}"/{xsa15[6-9].patch,xsa160-4.6.patch} \ # "${WORKDIR}"/patches-security/xen || die |