summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index c4bc9bff5..be68b84ac 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1019,10 +1019,6 @@ dyn_test() {
trap SIGINT SIGQUIT
}
-
-PORTAGE_INST_UID="0"
-PORTAGE_INST_GID="0"
-
dyn_install() {
[ -z "$PORTAGE_BUILDDIR" ] && die "${FUNCNAME}: PORTAGE_BUILDDIR is unset"
trap "abort_install" SIGINT SIGQUIT