diff options
author | Fabio Rossi <rossi.f@inwind.it> | 2016-05-19 19:52:06 +0200 |
---|---|---|
committer | Fabio Rossi <rossi.f@inwind.it> | 2016-05-19 19:52:06 +0200 |
commit | 10131c0123b70c9731716d8e2b1acd37040cbf64 (patch) | |
tree | 7e929b9dd8eeea35460bc379b3ba328b29d16a14 /app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild | |
parent | Added latest version 12.1.1.3770994 (diff) | |
download | vmware-10131c0123b70c9731716d8e2b1acd37040cbf64.tar.gz vmware-10131c0123b70c9731716d8e2b1acd37040cbf64.tar.bz2 vmware-10131c0123b70c9731716d8e2b1acd37040cbf64.zip |
app-emulation/vmware-modules: add support to kernel 4.6
This closes https://github.com/gentoo/vmware/pull/23 and bug #583244
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 0412eca..a7e1daa 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild @@ -101,6 +101,7 @@ src_prepare() { kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.02-01-sk_alloc.patch" 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" # Allow user patches so they can support RC kernels and whatever else epatch_user |