diff options
author | 2016-03-16 22:26:30 -0400 | |
---|---|---|
committer | 2016-03-16 22:26:30 -0400 | |
commit | 11f4e961c166dba8df17de09a97b6826a41f28c6 (patch) | |
tree | b292fe1b1f1f2caa25906d56aa1663bc65c3f869 /app-emulation/vmware-modules/vmware-modules-304.3-r1.ebuild | |
parent | app-emulation/vmware-modules: (diff) | |
download | vmware-11f4e961c166dba8df17de09a97b6826a41f28c6.tar.gz vmware-11f4e961c166dba8df17de09a97b6826a41f28c6.tar.bz2 vmware-11f4e961c166dba8df17de09a97b6826a41f28c6.zip |
app-emulation/vmware-modules: compiles on 4.5 kernels now
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-304.3-r1.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-304.3-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-304.3-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-304.3-r1.ebuild index 766eb32..86bea59 100644 --- a/app-emulation/vmware-modules/vmware-modules-304.3-r1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-304.3-r1.ebuild @@ -100,6 +100,7 @@ src_prepare() { kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-02-vsock.patch" kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-03-vsock.patch" kernel_is ge 4 3 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.3-00-misc_deregister.patch" + kernel_is ge 4 5 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.5-00-get_link.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |