From a14319c56fb4f09a1256d26653738d3ead7404eb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 30 Jun 2007 13:19:58 +0000 Subject: Remove old wheel group warnings since portage stopped using this group long ago. svn path=/main/trunk/; revision=7099 --- pym/portage/data.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pym/portage/data.py') 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 -- cgit v1.2.3-1-g7c22