diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-08-25 20:07:36 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-08-25 20:07:36 +0000 |
commit | dfc3eb32088aec8c655e0c1f1ec08c0d1b684c9c (patch) | |
tree | 3e3cfa79bf41b09a81a48274aa188b4189ed39f9 /eclass/vmware.eclass | |
parent | Fixes bug #143657. Thanks to Sawk for noticing. (diff) | |
download | historical-dfc3eb32088aec8c655e0c1f1ec08c0d1b684c9c.tar.gz historical-dfc3eb32088aec8c655e0c1f1ec08c0d1b684c9c.tar.bz2 historical-dfc3eb32088aec8c655e0c1f1ec08c0d1b684c9c.zip |
Updating vmware.eclass to vmware-any-any-update104.
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 3f332432d60b..04fe349a0729 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.4 2006/08/11 13:56:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.5 2006/08/25 20:07:36 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-update103" +export ANY_ANY="vmware-any-any-update104" #export TOOLS_ANY="vmware-tools-any-update1" export VMWARE_GROUP=${VMWARE_GROUP:-vmware} export VMWARE_INSTALL_DIR=/opt/${PN//-//} |