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 B0BCB138359 for ; Sat, 26 Sep 2020 22:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAFA3E08CE; Sat, 26 Sep 2020 22:07:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D7030E08CE for ; Sat, 26 Sep 2020 22:07:13 +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 D4D9333E01A for ; Sat, 26 Sep 2020 22:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B656373 for ; Sat, 26 Sep 2020 22:07:11 +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: <1601158014.21a9e44cc1f2393d129a2b558b1379a84e3dbfa3.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.19 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: 21a9e44cc1f2393d129a2b558b1379a84e3dbfa3 X-VCS-Branch: 4.19 Date: Sat, 26 Sep 2020 22:07:11 +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: fc74e17c-110c-458d-8c44-938078791734 X-Archives-Hash: ec98261dec0806d72a5a6568e0d4a417 commit: 21a9e44cc1f2393d129a2b558b1379a84e3dbfa3 Author: Mike Pagano gentoo org> AuthorDate: Sat Sep 26 22:06:54 2020 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Sep 26 22:06:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=21a9e44c Fix gentoo Kconfig patch Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index e754a3e..fe71b18 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,9 +1,9 @@ ---- a/Kconfig 2020-04-15 11:05:30.202413863 -0400 -+++ b/Kconfig 2020-04-15 10:37:45.683952949 -0400 -@@ -32,3 +32,5 @@ source "lib/Kconfig" - source "lib/Kconfig.debug" +--- a/Kconfig 2020-09-26 18:03:43.918963345 -0400 ++++ b/Kconfig 2020-09-26 18:04:12.439182521 -0400 +@@ -30,3 +30,5 @@ source "crypto/Kconfig" + source "lib/Kconfig" - source "Documentation/Kconfig" + source "lib/Kconfig.debug" + +source "distro/Kconfig" --- /dev/null 2020-09-24 03:06:47.590000000 -0400