diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2010-11-05 16:27:30 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2010-11-05 16:27:30 +0000 |
commit | 455f186c66a99ff934a8611e30480dc10425cf9f (patch) | |
tree | 2cdeef11cdead58562fc5b53200a3c394d984ba9 /app-emulation/vmware-modules/vmware-modules-1.0.0.25-r1.ebuild | |
parent | Fix division by zero by Robert Trace (bug #323105). (diff) | |
download | gentoo-2-455f186c66a99ff934a8611e30480dc10425cf9f.tar.gz gentoo-2-455f186c66a99ff934a8611e30480dc10425cf9f.tar.bz2 gentoo-2-455f186c66a99ff934a8611e30480dc10425cf9f.zip |
add 2.6.36 Linux kernel support
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-1.0.0.25-r1.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-1.0.0.25-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.25-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.25-r1.ebuild index 5e8e0a994d8f..0100dce8868c 100644 --- a/app-emulation/vmware-modules/vmware-modules-1.0.0.25-r1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-1.0.0.25-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.25-r1.ebuild,v 1.4 2010/08/04 19:01:30 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.25-r1.ebuild,v 1.5 2010/11/05 16:27:29 lxnay Exp $ EAPI="2" @@ -62,7 +62,7 @@ src_prepare() { epatch "${FILESDIR}/${PV}-autoconf-generated.patch" epatch "${FILESDIR}/apic.patch" #kernel_is 2 6 35 && epatch "${FILESDIR}/iommu_map.patch" - kernel_is 2 6 35 && epatch "${FILESDIR}/${PV}-sk_sleep.patch" + kernel_is ge 2 6 35 && epatch "${FILESDIR}/${PV}-sk_sleep.patch" } |