Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.7 commit in: /
Date: Tue, 26 May 2020 17:49:18
Message-Id: 1590515337.833474bac40c498315a937c946ae6fdfe4f7e99d.mpagano@gentoo
1 commit: 833474bac40c498315a937c946ae6fdfe4f7e99d
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 13 11:55:40 2020 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 17:48:57 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=833474ba
7
8 Add UTS_NS to GENTOO_LINUX_PORTAGE as required by portage since 2.3.99
9
10 Bug: https://bugs.gentoo.org/722772
11
12 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
13
14 4567_distro-Gentoo-Kconfig.patch | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
18 index 581cb20..cb2eaa6 100644
19 --- a/4567_distro-Gentoo-Kconfig.patch
20 +++ b/4567_distro-Gentoo-Kconfig.patch
21 @@ -6,9 +6,9 @@
22 source "Documentation/Kconfig"
23 +
24 +source "distro/Kconfig"
25 ---- /dev/null 2020-04-15 02:49:37.900191585 -0400
26 -+++ b/distro/Kconfig 2020-04-15 11:07:10.952929540 -0400
27 -@@ -0,0 +1,156 @@
28 +--- /dev/null 2020-05-13 03:13:57.920193259 -0400
29 ++++ b/distro/Kconfig 2020-05-13 07:51:36.841663359 -0400
30 +@@ -0,0 +1,157 @@
31 +menu "Gentoo Linux"
32 +
33 +config GENTOO_LINUX
34 @@ -65,6 +65,7 @@
35 + select NET_NS
36 + select PID_NS
37 + select SYSVIPC
38 ++ select UTS_NS
39 +
40 + help
41 + This enables options required by various Portage FEATURES.