diff options
author | 2015-09-19 21:08:41 +0200 | |
---|---|---|
committer | 2015-09-19 21:08:41 +0200 | |
commit | f450eae9e2390e8a2372d0c9e166c5b1438f2513 (patch) | |
tree | d10b242fbef91f1946116d0ce6c024fb055702f1 /app-emulation/vmware-modules/vmware-modules-279.6.ebuild | |
parent | app-emulation/vmware-modules: Filter some ricer CFLAGS, bug 477270 (diff) | |
download | vmware-f450eae9e2390e8a2372d0c9e166c5b1438f2513.tar.gz vmware-f450eae9e2390e8a2372d0c9e166c5b1438f2513.tar.bz2 vmware-f450eae9e2390e8a2372d0c9e166c5b1438f2513.zip |
app-emulation/vmware-modules: Add patch for Kernel 4.2, bug 559602
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-279.6.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-279.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild index 4a78931..f10f4ee 100644 --- a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild @@ -98,6 +98,7 @@ src_prepare() { kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-05-vmci_qpair.patch" kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-06-vsock.patch" kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-07-vsock.patch" + kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-00-cookie.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |