From: Zac Medico Date: Tue, 5 May 2020 17:13:48 +0000 (-0700) Subject: sys-apps/portage: Check for CONFIG_UTS_NS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df8b23f97740c1f87501b552af8081aba99b8956;p=gentoo.git sys-apps/portage: Check for CONFIG_UTS_NS Reported-by: Tomek L See: https://github.com/gentoo/portage/pull/539 Bug: https://bugs.gentoo.org/680456#c8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico --- diff --git a/sys-apps/portage/portage-2.3.99-r2.ebuild b/sys-apps/portage/portage-2.3.99-r2.ebuild index a8d904ae3725..91855cdabde4 100644 --- a/sys-apps/portage/portage-2.3.99-r2.ebuild +++ b/sys-apps/portage/portage-2.3.99-r2.ebuild @@ -82,7 +82,7 @@ SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2 https://github.com/gentoo/portage/commit/9738a404e876270cbdef2514f66915bce35d7435.patch -> portage-2.3.89-bug-718578.patch" pkg_pretend() { - local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS" + local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS ~UTS_NS" check_extra_config } diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 7c222c5a8137..f581cb8ae977 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -78,7 +78,7 @@ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git https://github.com/gentoo/portage.git" pkg_pretend() { - local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS" + local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS ~UTS_NS" check_extra_config }