diff options
author | 2016-05-30 23:50:44 +0200 | |
---|---|---|
committer | 2016-05-30 23:50:44 +0200 | |
commit | 92a78cb3305fc182764cb0c6b2c44892dcc35212 (patch) | |
tree | 6bf3277f56d231667c087b6fe65240f2cc8fd5bb /app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild | |
parent | app-emulation/vmware-modules: fix patching of version 308 for kernel 4.5 (diff) | |
download | vmware-92a78cb3305fc182764cb0c6b2c44892dcc35212.tar.gz vmware-92a78cb3305fc182764cb0c6b2c44892dcc35212.tar.bz2 vmware-92a78cb3305fc182764cb0c6b2c44892dcc35212.zip |
app-emulation/vmware-modules: add support to kernel 4.7
Fix compilation with latest 4.7-rc1 taking example from
kernel commit 860e9538a9482bb84589f7d0718a7e6d0a944d58
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild b/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild index a7e1daa..1bfbcb4 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild @@ -102,6 +102,7 @@ src_prepare() { kernel_is ge 4 3 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.03-00-vmci-misc_deregister.patch" kernel_is ge 4 5 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.05-00-vmblock-follow_link.patch" kernel_is ge 4 6 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.06-00-user-pages.patch" + kernel_is ge 4 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.07-00-trans_start.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |