commit: df8b23f97740c1f87501b552af8081aba99b8956 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Tue May 5 17:13:48 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue May 5 17:15:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8b23f9
sys-apps/portage: Check for CONFIG_UTS_NS Reported-by: Tomek L <tomek <AT> lutel.pl> 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 <zmedico <AT> gentoo.org> sys-apps/portage/portage-2.3.99-r2.ebuild | 2 +- sys-apps/portage/portage-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/portage/portage-2.3.99-r2.ebuild b/sys-apps/portage/portage-2.3.99-r2.ebuild index a8d904ae372..91855cdabde 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 7c222c5a813..f581cb8ae97 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 }
