diff options
author | 2012-05-31 23:14:43 +0000 | |
---|---|---|
committer | 2012-05-31 23:14:43 +0000 | |
commit | 5691ab223d9cde577998948da4799c9cafa6e790 (patch) | |
tree | e231bfa627fcfff86017c6d1dab6bc21d8b2b6b2 /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 | historical-5691ab223d9cde577998948da4799c9cafa6e790.tar.gz historical-5691ab223d9cde577998948da4799c9cafa6e790.tar.bz2 historical-5691ab223d9cde577998948da4799c9cafa6e790.zip |
inherit eutils for epatch
Package-Manager: portage-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 '-')" |