From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D09E1382C5 for ; Wed, 13 May 2020 12:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58C42E0995; Wed, 13 May 2020 12:06:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E90EE0995 for ; Wed, 13 May 2020 12:06:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAA2B350627 for ; Wed, 13 May 2020 12:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18767234 for ; Wed, 13 May 2020 12:06:17 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1589371555.38f557ebf954d6b04056c57dce98ae9361cd866a.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.6 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 38f557ebf954d6b04056c57dce98ae9361cd866a X-VCS-Branch: 5.6 Date: Wed, 13 May 2020 12:06:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4054a11a-d56f-4828-ab47-829522a76f7c X-Archives-Hash: 1379985a681bc4c3b23dceb44f0dc4fa commit: 38f557ebf954d6b04056c57dce98ae9361cd866a Author: Mike Pagano gentoo org> AuthorDate: Wed May 13 11:55:40 2020 +0000 Commit: Mike Pagano gentoo org> CommitDate: Wed May 13 12:05:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=38f557eb 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 gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 581cb20..cb2eaa6 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -6,9 +6,9 @@ source "Documentation/Kconfig" + +source "distro/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 07:51:36.841663359 -0400 +@@ -0,0 +1,157 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -65,6 +65,7 @@ + select NET_NS + select PID_NS + select SYSVIPC ++ select UTS_NS + + help + This enables options required by various Portage FEATURES.