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.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pym/portage_data.py b/pym/portage_data.py
index ba6000f94..649b54dd8 100644
--- a/pym/portage_data.py
+++ b/pym/portage_data.py
@@ -102,14 +102,6 @@ except KeyError:
writemsg("\n")
portage_group_warning()
-if (uid!=0) and (portage_gid not in os.getgroups()):
- writemsg("\n")
- writemsg(red("*** You are not in the portage group. You may experience cache problems\n"))
- writemsg(red("*** due to permissions preventing the creation of the on-disk cache.\n"))
- writemsg(red("*** Please add this user to the portage group if you wish to use portage.\n"))
- writemsg("\n")
- portage_group_warning()
-
userpriv_groups = [portage_gid]
if secpass >= 2:
for g in grp.getgrall():