diff options
author | Mike Pagano <mpagano@gentoo.org> | 2020-05-13 09:01:32 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2020-05-13 09:01:32 -0400 |
commit | c4a847bb0e49ac3846f406157eb8473f0f228206 (patch) | |
tree | 26efe072015f45aaa8ecafc421dd708e046cd630 | |
parent | Linux patch 4.4.223 (diff) | |
download | linux-patches-c4a847bb0e49ac3846f406157eb8473f0f228206.tar.gz linux-patches-c4a847bb0e49ac3846f406157eb8473f0f228206.tar.bz2 linux-patches-c4a847bb0e49ac3846f406157eb8473f0f228206.zip |
Add UTS_NS to GENTOO_LINUX_PORTAGE as required by portage since 2.3.99
Bug: https://bugs.gentoo.org/722772
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 575c6028..1d117f2f 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -7,9 +7,9 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- /dev/null 2020-04-15 02:49:37.900191585 -0400 -+++ b/distro/Kconfig 2020-04-15 11:07:10.952929540 -0400 -@@ -0,0 +1,156 @@ +--- /dev/null 2020-05-13 03:13:57.920193259 -0400 ++++ b/distro/Kconfig 2020-05-13 08:51:21.407502091 -0400 +@@ -0,0 +1,157 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -66,6 +66,7 @@ + select NET_NS + select PID_NS + select SYSVIPC ++ select UTS_NS + + help + This enables options required by various Portage FEATURES. |