diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-08-08 19:11:47 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-08-08 19:11:47 +0000 |
commit | 2a619e969c958e81bf1d1cc4bc0b3af24559f4d0 (patch) | |
tree | 1f5b6dc483ec76dbe419c06721c5fd8a429da848 /eclass/vmware.eclass | |
parent | Bump to 0.9.1, thanks to Radek Podgorny #141903. Leave out contrib/vim (diff) | |
download | gentoo-2-2a619e969c958e81bf1d1cc4bc0b3af24559f4d0.tar.gz gentoo-2-2a619e969c958e81bf1d1cc4bc0b3af24559f4d0.tar.bz2 gentoo-2-2a619e969c958e81bf1d1cc4bc0b3af24559f4d0.zip |
Updated vmware-mod.eclass with kernel build fixes, and vmware.eclass with the latest any-any update.
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 fa1d45858e8b..d63fbb813722 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.2 2006/08/04 15:43:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.3 2006/08/08 19:11:47 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-update101" +export ANY_ANY="vmware-any-any-update103" #export TOOLS_ANY="vmware-tools-any-update1" export VMWARE_GROUP=${VMWARE_GROUP:-vmware} export VMWARE_INSTALL_DIR=/opt/${PN//-//} |