diff options
author | 2013-06-21 22:42:06 +0200 | |
---|---|---|
committer | 2013-06-21 22:52:33 +0200 | |
commit | 0b930fa4b0735f835d56fdfcd92bb4dbbd488f50 (patch) | |
tree | 01c5c69116b30eef224b199d0981e6cbb83cae00 /app-emulation/vmware-modules/vmware-modules-264.5.ebuild | |
parent | open-vm-tools: version bump (not tested); dropped maintainer (diff) | |
download | vmware-0b930fa4b0735f835d56fdfcd92bb4dbbd488f50.tar.gz vmware-0b930fa4b0735f835d56fdfcd92bb4dbbd488f50.tar.bz2 vmware-0b930fa4b0735f835d56fdfcd92bb4dbbd488f50.zip |
add epatch_user support
Package-Manager: portage-2.2.0_alpha183
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-264.5.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-264.5.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-264.5.ebuild b/app-emulation/vmware-modules/vmware-modules-264.5.ebuild index c8daa43..9635470 100644 --- a/app-emulation/vmware-modules/vmware-modules-264.5.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-264.5.ebuild @@ -66,6 +66,9 @@ src_prepare() { use pax_kernel && epatch "${FILESDIR}/hardened.patch" epatch "${FILESDIR}/${PV_MAJOR}-apic.patch" kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch" + + # Allow user patches so they can support RC kernels and whatever else + epatch_user } src_install() { |