summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Teran <evan.teran@gmail.com>2015-05-06 20:56:12 -0400
committerEvan Teran <evan.teran@gmail.com>2015-05-06 20:56:12 -0400
commitcb645967849017b215d6a47818549c8c999a640e (patch)
tree814e6f66e0158cdb515b796ad5fb72089869a1d9 /app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
parentlooks like this patch was missing a portion, my bad (diff)
downloadvmware-cb645967849017b215d6a47818549c8c999a640e.tar.gz
vmware-cb645967849017b215d6a47818549c8c999a640e.tar.bz2
vmware-cb645967849017b215d6a47818549c8c999a640e.zip
trying to fix vsock's usage of VMCI interface, previous patch compiled... but was broken
as demonstrated by trying to do a VMWARE automatted install. This new patch looks better but needs to be tested
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.ebuild2
1 files changed, 1 insertions, 1 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 66c0b2b..3158493 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
@@ -90,7 +90,7 @@ src_prepare() {
kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-03-vmnet.patch"
kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-04-vsock.patch"
kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-05-vsock.patch"
- kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-06-vsock.patch"
+ kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-06-vmci_qpair.patch"
# Allow user patches so they can support RC kernels and whatever else
epatch_user