diff options
author | Mike Auty <ikelos@gentoo.org> | 2007-12-02 16:17:22 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2007-12-02 16:17:22 +0000 |
commit | bd17e5da00b7f9444c7d9219e7ccb8f06ae815f1 (patch) | |
tree | 769fc8bd1b04c2902411e4f7a065f80f26956918 /eclass | |
parent | Ensure default scripts are installed and executable. (diff) | |
download | vmware-bd17e5da00b7f9444c7d9219e7ccb8f06ae815f1.tar.gz vmware-bd17e5da00b7f9444c7d9219e7ccb8f06ae815f1.tar.bz2 vmware-bd17e5da00b7f9444c7d9219e7ccb8f06ae815f1.zip |
Bump to vmware-any-any-update115.
Remove need for any-any in server-1,2, workstation-6, player-2.
Add in initial (but not really usable) vmware server-2 beta.
svn path=/trunk/; revision=230
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vmware.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass index fc0c917..8d78248 100644 --- a/eclass/vmware.eclass +++ b/eclass/vmware.eclass @@ -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-update114" +export ANY_ANY="vmware-any-any-update115" #export TOOLS_ANY="vmware-tools-any-update1" export VMWARE_GROUP=${VMWARE_GROUP:-vmware} export VMWARE_INSTALL_DIR=/opt/${PN//-//} |