From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8EB03138CE0 for ; Tue, 9 Jun 2015 19:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 807A7E07EA; Tue, 9 Jun 2015 19:53:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE8B6E07EA for ; Tue, 9 Jun 2015 19:53:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C8D1340AA7 for ; Tue, 9 Jun 2015 19:53:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26AC1A26 for ; Tue, 9 Jun 2015 19:53:23 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1433879475.d008314db6dd9f344cbad8955b83bfbed85d63a2.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/package/ebuild/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/package/ebuild/config.py X-VCS-Directories: pym/portage/package/ebuild/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: d008314db6dd9f344cbad8955b83bfbed85d63a2 X-VCS-Branch: prefix Date: Tue, 9 Jun 2015 19:53:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b31a8ada-9831-4fef-89ce-1e4a843d40c0 X-Archives-Hash: bdc58fa3af531227358c490b39f87ab2 commit: d008314db6dd9f344cbad8955b83bfbed85d63a2 Author: Fabian Groffen gentoo org> AuthorDate: Tue Jun 9 19:51:15 2015 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jun 9 19:51:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d008314d config: in Prefix be unprivileged pym/portage/package/ebuild/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/package/ebuild/config.py b/pym/portage/package/ebuild/config.py index 489fe25..8712195 100644 --- a/pym/portage/package/ebuild/config.py +++ b/pym/portage/package/ebuild/config.py @@ -863,7 +863,7 @@ class config(object): # This in particularly breaks the configure-set portage # group and user (in portage/data.py) eroot_or_parent = first_existing(eroot) - unprivileged = False + unprivileged = True # try: # eroot_st = os.stat(eroot_or_parent) # except OSError: