summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2007-09-20 17:07:37 +0000
committerMike Auty <ikelos@gentoo.org>2007-09-20 17:07:37 +0000
commit9f64d59da4cedfb2f815db45d3e8eed9bc5a214c (patch)
treec9873a65a73cf1199f235a3bd43ff89940852ff3 /eclass
parentStable for HPPA (bug #186716). (diff)
downloadgentoo-2-9f64d59da4cedfb2f815db45d3e8eed9bc5a214c.tar.gz
gentoo-2-9f64d59da4cedfb2f815db45d3e8eed9bc5a214c.tar.bz2
gentoo-2-9f64d59da4cedfb2f815db45d3e8eed9bc5a214c.zip
Fix minor typo in vmware-mod.eclass.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware-mod.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass
index cb558e023a1d..58f319dfe2fb 100644
--- a/eclass/vmware-mod.eclass
+++ b/eclass/vmware-mod.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-mod.eclass,v 1.14 2007/08/22 00:10:44 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.15 2007/09/20 17:07:37 ikelos Exp $
# Ensure vmware comes before linux-mod since we want linux-mod's pkg_preinst and
@@ -49,7 +49,7 @@ vmware-mod_pkg_setup() {
use amd64 || VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vmdesched"
;;
*)
- VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST}vmmon vmnet"
+ VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vmmon vmnet"
;;
esac
fi