diff options
author | 2014-10-09 17:34:25 -0400 | |
---|---|---|
committer | 2014-10-09 17:34:25 -0400 | |
commit | 641205e8d0e691be4155abc1c5dc2c4232898304 (patch) | |
tree | 1ee34b13dacf95ebdeeaed038a6c13ce3269da88 /app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild | |
parent | compiles with 3.14/3.15 moving onto 3.16... (diff) | |
download | vmware-641205e8d0e691be4155abc1c5dc2c4232898304.tar.gz vmware-641205e8d0e691be4155abc1c5dc2c4232898304.tar.bz2 vmware-641205e8d0e691be4155abc1c5dc2c4232898304.zip |
now compiles with 3.16/3.17, i think that makes it up to date!
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 | 1 |
1 files changed, 1 insertions, 0 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 f1b1f2b..181d792 100644 --- a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild @@ -82,6 +82,7 @@ src_prepare() { 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" + kernel_is ge 3 17 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.17-00-netdev.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |