* Re: [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info
@ 2015-01-25 20:39 99% ` Zac Medico
0 siblings, 0 replies; 1+ results
From: Zac Medico @ 2015-01-25 20:39 UTC (permalink / raw
To: gentoo-portage-dev
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
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-01-25 11:42 [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info Michał Górny
2015-01-25 20:39 99% ` Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox