From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 57FA2138010 for ; Sat, 1 Sep 2012 13:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3764E0444; Sat, 1 Sep 2012 13:15:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A3991E0444 for ; Sat, 1 Sep 2012 13:15:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1623A33D94C for ; Sat, 1 Sep 2012 13:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CD859E5443 for ; Sat, 1 Sep 2012 13:15:51 +0000 (UTC) From: "Vadim Kuznetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Kuznetsov" Message-ID: <1346505281.c55163e2d45881f45f9aaa7214d2717e50012fb7.vadimk@gentoo> Subject: [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/ X-VCS-Repository: proj/vmware X-VCS-Files: app-emulation/vmware-modules/vmware-modules-271.0.ebuild X-VCS-Directories: app-emulation/vmware-modules/ X-VCS-Committer: vadimk X-VCS-Committer-Name: Vadim Kuznetsov X-VCS-Revision: c55163e2d45881f45f9aaa7214d2717e50012fb7 X-VCS-Branch: master Date: Sat, 1 Sep 2012 13:15:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d8604822-6553-4051-a68e-dd0ca6f13d90 X-Archives-Hash: f3cfae30ee5ddcbfcd24f601606fb681 commit: c55163e2d45881f45f9aaa7214d2717e50012fb7 Author: Vadim Kuznetsov gentoo org> AuthorDate: Sat Sep 1 13:14:41 2012 +0000 Commit: Vadim Kuznetsov gentoo org> CommitDate: Sat Sep 1 13:14:41 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=c55163e2 Bug 432918 modified: vmware-modules-271.0.ebuild --- .../vmware-modules/vmware-modules-271.0.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app-emulation/vmware-modules/vmware-modules-271.0.ebuild b/app-emulation/vmware-modules/vmware-modules-271.0.ebuild index 32e64d2..657723d 100644 --- a/app-emulation/vmware-modules/vmware-modules-271.0.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-271.0.ebuild @@ -62,6 +62,7 @@ src_prepare() { #epatch "${FILESDIR}/${PV_MAJOR}-makefile-kernel-dir.patch" epatch "${FILESDIR}/${PV_MAJOR}-makefile-include.patch" epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch" + epatch "${FILESDIR}/${PV_MAJOR}-vmmon.patch" use pax_kernel && epatch "${FILESDIR}/hardened.patch" epatch "${FILESDIR}/${PV_MAJOR}-apic.patch" }