diff options
author | Mike Auty <ikelos@gentoo.org> | 2007-04-28 09:40:42 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2007-04-28 09:40:42 +0000 |
commit | a296cf92dc0bc9fbf74812f48888b176b51d3a61 (patch) | |
tree | b2328425cb0503f35515effca5217ce847160b3a /eclass/vmware.eclass | |
parent | Remove unused gen-1 revision. (diff) | |
download | gentoo-2-a296cf92dc0bc9fbf74812f48888b176b51d3a61.tar.gz gentoo-2-a296cf92dc0bc9fbf74812f48888b176b51d3a61.tar.bz2 gentoo-2-a296cf92dc0bc9fbf74812f48888b176b51d3a61.zip |
Bump to vmware-any-any109.
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 68016085b39e..ae56fcba2c79 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.23 2007/03/04 23:52:43 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.24 2007/04/28 09:40:42 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-update108" +export ANY_ANY="vmware-any-any-update109" #export TOOLS_ANY="vmware-tools-any-update1" export VMWARE_GROUP=${VMWARE_GROUP:-vmware} export VMWARE_INSTALL_DIR=/opt/${PN//-//} |