diff options
author | 2012-12-22 11:53:25 +0000 | |
---|---|---|
committer | 2012-12-22 11:53:25 +0000 | |
commit | b24875016cf93d3c8b3c4d999d4783ff0d120041 (patch) | |
tree | 0ada9bc488688448a9319833e10b6bb6d39e3c68 /app-emulation | |
parent | Marked ~x64-macos (diff) | |
download | gentoo-2-b24875016cf93d3c8b3c4d999d4783ff0d120041.tar.gz gentoo-2-b24875016cf93d3c8b3c4d999d4783ff0d120041.tar.bz2 gentoo-2-b24875016cf93d3c8b3c4d999d4783ff0d120041.zip |
apply patch to kernel gte 3.7.0
(Portage version: 2.1.11.38/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-modules/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/vmware-modules/ChangeLog b/app-emulation/vmware-modules/ChangeLog index 78a2bc6f1690..4134cbad0ac0 100644 --- a/app-emulation/vmware-modules/ChangeLog +++ b/app-emulation/vmware-modules/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vmware-modules # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.100 2012/12/16 14:19:07 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.101 2012/12/22 11:53:25 vadimk Exp $ + + 22 Dec 2012; Vadim Kuznetsov vadimk@gentoo.org vmware-modules-271.1-r1.ebuild: + apply patch to kernel gte 3.7.0 *vmware-modules-271.1-r1 (16 Dec 2012) diff --git a/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild index eadb6d7b785d..9cb866b869a4 100644 --- a/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild,v 1.1 2012/12/16 14:19:07 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild,v 1.2 2012/12/22 11:53:25 vadimk Exp $ EAPI="4" @@ -64,7 +64,7 @@ src_prepare() { epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch" use pax_kernel && epatch "${FILESDIR}/hardened.patch" epatch "${FILESDIR}/${PV_MAJOR}-apic.patch" - kernel_is 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch" + kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch" } src_install() { |