diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-05-31 23:14:43 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-05-31 23:14:43 +0000 |
commit | e90a5cee13287c7bf658acb82fc3ca43a78ab63e (patch) | |
tree | 9e4a4389533356fb97b84507af4533af22bd5a28 /app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-8.8.2.590212-r1.ebuild | |
parent | inherit multilib for get_libdir and user for enewgroup (diff) | |
download | gentoo-2-e90a5cee13287c7bf658acb82fc3ca43a78ab63e.tar.gz gentoo-2-e90a5cee13287c7bf658acb82fc3ca43a78ab63e.tar.bz2 gentoo-2-e90a5cee13287c7bf658acb82fc3ca43a78ab63e.zip |
inherit eutils for epatch
(Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)
Diffstat (limited to 'app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-8.8.2.590212-r1.ebuild')
-rw-r--r-- | app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-8.8.2.590212-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-8.8.2.590212-r1.ebuild b/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-8.8.2.590212-r1.ebuild index 483e66341f37..0aad33e87e72 100644 --- a/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-8.8.2.590212-r1.ebuild +++ b/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-8.8.2.590212-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 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-8.8.2.590212-r1.ebuild,v 1.1 2012/03/26 15:54:37 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-8.8.2.590212-r1.ebuild,v 1.2 2012/05/31 23:14:43 zmedico Exp $ EAPI="4" -inherit linux-info linux-mod versionator +inherit eutils linux-info linux-mod versionator MY_PN="${PN/-kmod}" MY_PV="$(replace_version_separator 3 '-')" |