diff options
author | Mike Auty <ikelos@gentoo.org> | 2007-02-05 10:00:52 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2007-02-05 10:00:52 +0000 |
commit | b55f5c048ba2e7756604ab4ebe305a0da501eb72 (patch) | |
tree | 08e3acd2211d8f649e7f9101a5b5867a40971064 /eclass/vmware.eclass | |
parent | Fixed upstream modified tarball. (diff) | |
download | gentoo-2-b55f5c048ba2e7756604ab4ebe305a0da501eb72.tar.gz gentoo-2-b55f5c048ba2e7756604ab4ebe305a0da501eb72.tar.bz2 gentoo-2-b55f5c048ba2e7756604ab4ebe305a0da501eb72.zip |
Vmware-any-any bump to support the 2.6.20 kernel.
Diffstat (limited to 'eclass/vmware.eclass')
-rw-r--r-- | eclass/vmware.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass index beeb4aaea593..df34f12c1bea 100644 --- a/eclass/vmware.eclass +++ b/eclass/vmware.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.21 2007/01/11 21:12:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.22 2007/02/05 10:00:52 ikelos Exp $ # This eclass is for all vmware-* ebuilds in the tree and should contain all # of the common components across the multiple packages. @@ -13,7 +13,7 @@ EXPORT_FUNCTIONS pkg_preinst pkg_postinst pkg_setup src_install src_unpack pkg_p DEPEND="x11-misc/shared-mime-info" -export ANY_ANY="vmware-any-any-update105" +export ANY_ANY="vmware-any-any-update107" #export TOOLS_ANY="vmware-tools-any-update1" export VMWARE_GROUP=${VMWARE_GROUP:-vmware} export VMWARE_INSTALL_DIR=/opt/${PN//-//} |