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 00898138A1A for ; Sun, 25 Jan 2015 11:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 671DBE0838; Sun, 25 Jan 2015 11:42:35 +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 F3B10E0837 for ; Sun, 25 Jan 2015 11:42:34 +0000 (UTC) Received: from pomiot.lan (77-255-4-103.adsl.inetia.pl [77.255.4.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 76F91340341; Sun, 25 Jan 2015 11:42:33 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-portage-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info Date: Sun, 25 Jan 2015 12:42:28 +0100 Message-Id: <1422186148-16488-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 2.2.2 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 X-Archives-Salt: ba464fde-e35e-4294-9513-88b1e79dbf65 X-Archives-Hash: af42dd3392aedda5ad717d20153da5ba --- 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", ]) -- 2.2.2