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 6EE4F138334 for ; Fri, 28 Sep 2018 12:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D831E09CA; Fri, 28 Sep 2018 12:15:32 +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 12878E09CA for ; Fri, 28 Sep 2018 12:15:32 +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 48042335C8C for ; Fri, 28 Sep 2018 12:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39B9E3F1 for ; Fri, 28 Sep 2018 12:15:23 +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: <1538136874.1a80dfb4f02b0e2adc5b718afbb0f2f6398a4544.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:master 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: 1a80dfb4f02b0e2adc5b718afbb0f2f6398a4544 X-VCS-Branch: master Date: Fri, 28 Sep 2018 12:15:23 +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-Archives-Salt: fce5a45e-dde4-4239-abfb-b2e04d352475 X-Archives-Hash: c89bad1cd9ec17e66e229be2ddc71e34 commit: 1a80dfb4f02b0e2adc5b718afbb0f2f6398a4544 Author: Mike Pagano gentoo org> AuthorDate: Fri Sep 28 12:14:34 2018 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Sep 28 12:14:34 2018 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1a80dfb4 Update of Gentoo distro patch for 4.19 Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 5555b8a..ec31768 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,12 +1,11 @@ ---- a/Kconfig 2016-07-01 19:22:17.117439707 -0400 -+++ b/Kconfig 2016-07-01 19:21:54.371440596 -0400 -@@ -8,4 +8,6 @@ config SRCARCH - string - option env="SRCARCH" +--- a/Kconfig 2018-09-28 08:08:05.058882080 -0400 ++++ b/Kconfig 2018-09-28 08:09:17.869573745 -0400 +@@ -30,3 +30,5 @@ source "crypto/Kconfig" + source "lib/Kconfig" -+source "distro/Kconfig" + source "lib/Kconfig.debug" + - source "arch/$SRCARCH/Kconfig" ++source "distro/Kconfig" --- /dev/null 2017-03-02 01:55:04.096566155 -0500 +++ b/distro/Kconfig 2017-03-02 11:12:05.049448255 -0500 @@ -0,0 +1,145 @@