diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2013-11-02 17:15:50 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2013-11-02 17:15:50 +0000 |
commit | f366d75bb41cc21e9f251178e604b2adce07d63c (patch) | |
tree | 1e750b1c72dccd94081086a960827a5f3a93dc73 /app-emulation/vmware-modules/vmware-modules-279.0.ebuild | |
parent | Add ~mips (diff) | |
download | historical-f366d75bb41cc21e9f251178e604b2adce07d63c.tar.gz historical-f366d75bb41cc21e9f251178e604b2adce07d63c.tar.bz2 historical-f366d75bb41cc21e9f251178e604b2adce07d63c.zip |
Apply proper patches. Tested with 3.10.7-gentoo-r1.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x84AD142F
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-279.0.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-279.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-279.0.ebuild b/app-emulation/vmware-modules/vmware-modules-279.0.ebuild index e967df4a9aa3..f567b5fbb55c 100644 --- a/app-emulation/vmware-modules/vmware-modules-279.0.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-279.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.0.ebuild,v 1.1 2013/10/19 11:42:47 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.0.ebuild,v 1.2 2013/11/02 17:15:35 dilfridge Exp $ EAPI=5 @@ -65,8 +65,7 @@ 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" - kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10.0.patch" - kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-vmblock.patch" + kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-vmblock.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |