From ee09e40bf170190fc4e0dfecf0a69823ad34ae01 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 3 Oct 2006 22:18:20 +0000 Subject: Don't set the gid unnecessarily on $PORTAGE_BUILDDIR/distdir. svn path=/main/trunk/; revision=4584 --- pym/portage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index d7c0db92d..09e2f6f90 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3017,8 +3017,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, print "!!! Failed reseting ebuild distdir path, " + edpath raise os.mkdir(edpath) - apply_secpass_permissions(edpath, uid=portage_uid, gid=portage_gid, - mode=0755) + apply_secpass_permissions(edpath, uid=portage_uid, mode=0755) try: for file in aalist: os.symlink(os.path.join(orig_distdir, file), -- cgit v1.2.3-1-g7c22