Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 459182
Collapse All | Expand All

(-)a/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild (+3 lines)
Lines 63-72 src_prepare() { Link Here
63
	epatch "${FILESDIR}/${PV_MAJOR}-makefile-include.patch"
63
	epatch "${FILESDIR}/${PV_MAJOR}-makefile-include.patch"
64
	epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch"
64
	epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch"
65
	use pax_kernel && epatch "${FILESDIR}/hardened.patch"
65
	use pax_kernel && epatch "${FILESDIR}/hardened.patch"
66
	epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
66
	epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
67
	kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
67
	kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
68
69
	# Allow user patches so they can support RC kernels and whatever else
70
	epatch_user
68
}
71
}
69
72
70
src_install() {
73
src_install() {
71
	linux-mod_src_install
74
	linux-mod_src_install
72
	local udevrules="${T}/60-vmware.rules"
75
	local udevrules="${T}/60-vmware.rules"

Return to bug 459182