diff options
author | 2014-10-09 17:24:40 -0400 | |
---|---|---|
committer | 2014-10-09 17:24:40 -0400 | |
commit | 5bf8b1f68790299292623fa59ecce2415a230ade (patch) | |
tree | 36c51e0aa62e6dd9ce983368ad6db7ce7c674b8a /app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild | |
parent | compiles with 3.12/3.13, moving onto 3.14 (diff) | |
download | vmware-5bf8b1f68790299292623fa59ecce2415a230ade.tar.gz vmware-5bf8b1f68790299292623fa59ecce2415a230ade.tar.bz2 vmware-5bf8b1f68790299292623fa59ecce2415a230ade.zip |
compiles with 3.14/3.15 moving onto 3.16...
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild index e922472..f1b1f2b 100644 --- a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild @@ -79,10 +79,9 @@ src_prepare() { kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.11-00-readdir.patch" kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.11-01-filldir.patch" - - kernel_is ge 3 13 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.13-00-vmnet.patch" - - + kernel_is ge 3 13 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.13-00-vmnet.patch" + kernel_is ge 3 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.15-00-readlink.patch" + kernel_is ge 3 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.15-01-vsock.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |