phase-functions.sh: chgrp $T/environment
authorZac Medico <zmedico@gentoo.org>
Sun, 30 Sep 2012 17:23:01 +0000 (10:23 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 30 Sep 2012 17:23:01 +0000 (10:23 -0700)
commit6983b1a1dd21f931ba751b727bd1a3c460383840
tree7eaea28095717052b937617c20a1c94831e4dd58
parent314791e319e3ac7ce75f3a6f9ae9cc5c2b837df6
phase-functions.sh: chgrp $T/environment

This partially reverts commit 314791e319e3ac7ce75f3a6f9ae9cc5c2b837df6,
in order to cover possible cases where it may not actually be
redundant, like if ebuild(1) is used to call pkg_setup as root, and
then a different user calls src_unpack. We use PORTAGE_GRPNAME if set,
in order to avoid triggering irrelevant warnings for unprivileged
prefix users (see chown and chgrp wrappers in commit
45bedf9cdc10fafd94858f67d62b36d35dd99544). This mirrors the approach
taken in commit 1c3c3b802014ac6356af09d149aaaffce6c14dc3 of the prefix
branch.
bin/phase-functions.sh