diff options
author | Mike Auty <ikelos@gentoo.org> | 2007-08-27 20:06:50 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2007-08-27 20:06:50 +0000 |
commit | dcfc1c7142e1da8632fe3d2668460d92532e92ca (patch) | |
tree | f17b327b60c613278b26290d1cf1fb2f55cb5416 /eclass/vmware.eclass | |
parent | Changed python dependency from =2.4 to >=2.4 since this works fine with pytho... (diff) | |
download | gentoo-2-dcfc1c7142e1da8632fe3d2668460d92532e92ca.tar.gz gentoo-2-dcfc1c7142e1da8632fe3d2668460d92532e92ca.tar.bz2 gentoo-2-dcfc1c7142e1da8632fe3d2668460d92532e92ca.zip |
Bump to vmware-any-any-update113.
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 47911261c64f..92b7d39c2880 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.27 2007/08/22 00:24:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.28 2007/08/27 20:06:50 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-update112" +export ANY_ANY="vmware-any-any-update113" #export TOOLS_ANY="vmware-tools-any-update1" export VMWARE_GROUP=${VMWARE_GROUP:-vmware} export VMWARE_INSTALL_DIR=/opt/${PN//-//} |