diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-12-01 09:38:11 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-12-01 09:38:11 +0000 |
commit | 15cc104dc257a055abde64e0744506776d938ca4 (patch) | |
tree | 7dc9a39ad626710ebe569cb97ecfcc37113b0d6f /eclass/vmware.eclass | |
parent | prune old versions (diff) | |
download | gentoo-2-15cc104dc257a055abde64e0744506776d938ca4.tar.gz gentoo-2-15cc104dc257a055abde64e0744506776d938ca4.tar.bz2 gentoo-2-15cc104dc257a055abde64e0744506776d938ca4.zip |
Update vmware.eclass to use any-any-105 (for 2.6.19 compilation fix).
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 5cf7f97bdf8c..590536326ca8 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.17 2006/11/29 21:12:32 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.18 2006/12/01 09:38:11 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-update104" +export ANY_ANY="vmware-any-any-update105" #export TOOLS_ANY="vmware-tools-any-update1" export VMWARE_GROUP=${VMWARE_GROUP:-vmware} export VMWARE_INSTALL_DIR=/opt/${PN//-//} |