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
commita6aa56daa0fd0cbdc2165ecb1742c2ab0677a663 (patch)
tree50a1c174e6c0cf755cd35b53f3d94450c1147d6f /eclass/vmware.eclass
parentVersion bump. Closing bug #189095. (diff)
downloadgentoo-2-a6aa56daa0fd0cbdc2165ecb1742c2ab0677a663.tar.gz
gentoo-2-a6aa56daa0fd0cbdc2165ecb1742c2ab0677a663.tar.bz2
gentoo-2-a6aa56daa0fd0cbdc2165ecb1742c2ab0677a663.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() {