summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2007-03-31 17:48:37 +0000
committerMike Auty <ikelos@gentoo.org>2007-03-31 17:48:37 +0000
commitb704102d1f0e3e45cf4d76ff3340e1007f5dd059 (patch)
treeab7e013b67f48c9b97867d6d2d7a6098586c0b1c /eclass
parentFix the location of BUILD_TARGETS so that all the variables are correctly ini... (diff)
downloadvmware-b704102d1f0e3e45cf4d76ff3340e1007f5dd059.tar.gz
vmware-b704102d1f0e3e45cf4d76ff3340e1007f5dd059.tar.bz2
vmware-b704102d1f0e3e45cf4d76ff3340e1007f5dd059.zip
Attempt to allow vmware-server-tools to compile under amd64.
svn path=/trunk/; revision=154
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware-mod.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass
index f524481..17d1a6c 100644
--- a/eclass/vmware-mod.eclass
+++ b/eclass/vmware-mod.eclass
@@ -39,7 +39,8 @@ vmware-mod_pkg_setup() {
if [[ -z "${VMWARE_MODULE_LIST}" ]]; then
case ${product} in
vmware-tools)
- VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST}vmdesched vmhgfs vmmemctl vmxnet"
+ VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vmhgfs vmmemctl vmxnet"
+ use amd64 || VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vmdesched"
;;
*)
VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST}vmmon vmnet"