summaryrefslogtreecommitdiffstats
path: root/pym/portage/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/data.py')
-rw-r--r--pym/portage/data.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pym/portage/data.py b/pym/portage/data.py
index a51990303..d327af726 100644
--- a/pym/portage/data.py
+++ b/pym/portage/data.py
@@ -78,10 +78,6 @@ if uid==0:
try:
wheelgid=grp.getgrnam("wheel")[2]
except KeyError:
- writemsg("portage initialization: your system doesn't have a 'wheel' group.\n")
- writemsg("Please fix this as it is a normal system requirement. 'wheel' is GID 10\n")
- writemsg("`emerge baselayout` and a config update with dispatch-conf, etc-update\n")
- writemsg("or cfg-update should remedy this problem.\n")
pass
#Discover the uid and gid of the portage user/group