diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2014-06-07 22:07:07 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2014-06-07 22:07:07 +0000 |
commit | 01ac562e69469323e30e820baef26cd2ae23c138 (patch) | |
tree | 2ecc1ec3f2ef68fdad7a38fc6655ba63f57c7052 /app-emulation/vmware-modules/vmware-modules-279.2.ebuild | |
parent | Removal of dev-ruby/fastthread - No-op in ruby19. (diff) | |
download | historical-01ac562e69469323e30e820baef26cd2ae23c138.tar.gz historical-01ac562e69469323e30e820baef26cd2ae23c138.tar.bz2 historical-01ac562e69469323e30e820baef26cd2ae23c138.zip |
Conditionally add patch for kernel 3.11, bug 483410
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-279.2.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-279.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-279.2.ebuild b/app-emulation/vmware-modules/vmware-modules-279.2.ebuild index 2b320d383385..f68ef51113ae 100644 --- a/app-emulation/vmware-modules/vmware-modules-279.2.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-279.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.2.ebuild,v 1.1 2014/04/19 10:10:25 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.2.ebuild,v 1.2 2014/06/07 22:06:57 dilfridge Exp $ EAPI=5 @@ -80,6 +80,7 @@ src_prepare() { 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}-vmblock.patch" + kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-filldir.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |