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 8FC72138A1A for ; Sun, 25 Jan 2015 20:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DCB8E086B; Sun, 25 Jan 2015 20:39:47 +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 B7E30E0848 for ; Sun, 25 Jan 2015 20:39:46 +0000 (UTC) Received: from [192.168.0.13] (ip174-67-205-96.oc.oc.cox.net [174.67.205.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 47F4A34069F for ; Sun, 25 Jan 2015 20:39:43 +0000 (UTC) Message-ID: <54C5548C.2090808@gentoo.org> Date: Sun, 25 Jan 2015 12:39:40 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info References: <1422186148-16488-1-git-send-email-mgorny@gentoo.org> In-Reply-To: <1422186148-16488-1-git-send-email-mgorny@gentoo.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: d52d3722-0c51-4af9-a179-4a7b9408db76 X-Archives-Hash: 4453bfb059b0a06d343238ea810aef2b On 01/25/2015 03:42 AM, Michał Górny wrote: > --- > pym/portage/package/ebuild/doebuild.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package/ebuild/doebuild.py > index 0d71f01..050f6c4 100644 > --- a/pym/portage/package/ebuild/doebuild.py > +++ b/pym/portage/package/ebuild/doebuild.py > @@ -86,7 +86,7 @@ _unsandboxed_phases = frozenset([ > > # phases in which IPC with host is allowed > _ipc_phases = frozenset([ > - "setup", "pretend", > + "setup", "pretend", "config", "info", > "preinst", "postinst", "prerm", "postrm", > ]) > > LGTM. -- Thanks, Zac