summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-05-05 10:13:48 -0700
committerZac Medico <zmedico@gentoo.org>2020-05-05 10:15:58 -0700
commitdf8b23f97740c1f87501b552af8081aba99b8956 (patch)
tree3d7165612834fb8d364b014a10abda358e446f49 /sys-apps/portage
parentapp-misc/gtypist: become proxy maintainer (diff)
downloadgentoo-df8b23f97740c1f87501b552af8081aba99b8956.tar.gz
gentoo-df8b23f97740c1f87501b552af8081aba99b8956.tar.bz2
gentoo-df8b23f97740c1f87501b552af8081aba99b8956.zip
sys-apps/portage: Check for CONFIG_UTS_NS
Reported-by: Tomek L <tomek@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@gentoo.org>
Diffstat (limited to 'sys-apps/portage')
-rw-r--r--sys-apps/portage/portage-2.3.99-r2.ebuild2
-rw-r--r--sys-apps/portage/portage-9999.ebuild2
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 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
}