diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-03-15 19:48:53 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-03-15 19:48:53 +0000 |
commit | be673bbd7374cc3a1c9a3f5ba0f3e06a674c1265 (patch) | |
tree | 5f22dd32da451a09e0e2c4f412e14db2672ce7c6 /app-emulation/open-vm-tools-kmod | |
parent | initial import, splitted from games-emulation/sdlmame (diff) | |
download | gentoo-2-be673bbd7374cc3a1c9a3f5ba0f3e06a674c1265.tar.gz gentoo-2-be673bbd7374cc3a1c9a3f5ba0f3e06a674c1265.tar.bz2 gentoo-2-be673bbd7374cc3a1c9a3f5ba0f3e06a674c1265.zip |
Call epatch_user.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-emulation/open-vm-tools-kmod')
-rw-r--r-- | app-emulation/open-vm-tools-kmod/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2012.12.26.958366.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/open-vm-tools-kmod/ChangeLog b/app-emulation/open-vm-tools-kmod/ChangeLog index 6fa7d2c3cee3..e054f564ca1b 100644 --- a/app-emulation/open-vm-tools-kmod/ChangeLog +++ b/app-emulation/open-vm-tools-kmod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/open-vm-tools-kmod # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/ChangeLog,v 1.30 2013/01/20 12:09:12 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/ChangeLog,v 1.31 2013/03/15 19:48:53 floppym Exp $ + + 15 Mar 2013; Mike Gilbert <floppym@gentoo.org> + open-vm-tools-kmod-2012.12.26.958366.ebuild: + Call epatch_user. *open-vm-tools-kmod-2012.12.26.958366 (20 Jan 2013) diff --git a/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2012.12.26.958366.ebuild b/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2012.12.26.958366.ebuild index e9048f9d82ca..8158827a086e 100644 --- a/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2012.12.26.958366.ebuild +++ b/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2012.12.26.958366.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/open-vm-tools-kmod/open-vm-tools-kmod-2012.12.26.958366.ebuild,v 1.1 2013/01/20 12:09:12 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2012.12.26.958366.ebuild,v 1.2 2013/03/15 19:48:53 floppym Exp $ EAPI="4" @@ -59,6 +59,7 @@ src_prepare() { sed -i.bak -e '/\smake\s/s/make/$(MAKE)/g' modules/linux/{vmblock,vmci,vmhgfs,vmsync,vmxnet,vsock}/Makefile\ || die "Sed failed." epatch "${FILESDIR}/frozen.patch" + epatch_user } src_configure() { |