summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-08-22 00:10:44 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-08-22 00:10:44 +0000
commit0dd7b44d7ee99d28bd0b1d0723140e43e5816476 (patch)
treeec128760ba98645b1bbbf68f312c38814d1ec924 /eclass/vmware.eclass
parentVersion bump. Closing bug #189095. (diff)
downloadhistorical-0dd7b44d7ee99d28bd0b1d0723140e43e5816476.tar.gz
historical-0dd7b44d7ee99d28bd0b1d0723140e43e5816476.tar.bz2
historical-0dd7b44d7ee99d28bd0b1d0723140e43e5816476.zip
Moved the creation of the vmware group from the product ebuilds to the modules ebuilds. Closing bug #188642.
Diffstat (limited to 'eclass/vmware.eclass')
-rw-r--r--eclass/vmware.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass
index 30744186ffc8..4db13dea7bab 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.25 2007/07/28 17:29:56 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.26 2007/08/22 00:10:44 wolf31o2 Exp $
# This eclass is for all vmware-* ebuilds in the tree and should contain all
# of the common components across the multiple packages.
@@ -90,8 +90,6 @@ vmware_determine_product() {
vmware_pkg_setup() {
vmware_determine_product
- # We create a group for VMware users due to bugs #104480 and #106170
- enewgroup "${VMWARE_GROUP}"
}
vmware_src_unpack() {