From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1104510-garchives=archives.gentoo.org@lists.gentoo.org> 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 756B9138334 for <garchives@archives.gentoo.org>; Wed, 7 Aug 2019 12:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 600D6E0848; Wed, 7 Aug 2019 12:39:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 478B5E0848 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Aug 2019 12:39: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 1FF5534941C for <gentoo-commits@lists.gentoo.org>; Wed, 7 Aug 2019 12:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EC316FF for <gentoo-commits@lists.gentoo.org>; Wed, 7 Aug 2019 12:39:15 +0000 (UTC) From: "Mike Pagano" <mpagano@gentoo.org> 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" <mpagano@gentoo.org> Message-ID: <1565181533.c06588b6dfcbf141151a676a7d126155e1f5bc44.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: c06588b6dfcbf141151a676a7d126155e1f5bc44 X-VCS-Branch: master Date: Wed, 7 Aug 2019 12:39:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a64fef9-5f59-4cf0-a17b-5fe916382482 X-Archives-Hash: 5180de7d048c5d9d5174bac513233dc0 commit: c06588b6dfcbf141151a676a7d126155e1f5bc44 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Wed Aug 7 12:38:53 2019 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Wed Aug 7 12:38:53 2019 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=c06588b6 Update Gentoo Kernel Linux distro patch Signed-off-by: Mike Pagano <mpagano <AT> 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 d6e791a..6ac8208 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,9 +1,9 @@ ---- 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" - +--- a/Kconfig 2019-08-07 08:33:43.669367779 -0400 ++++ b/Kconfig 2019-08-07 08:34:29.669657000 -0400 +@@ -32,3 +32,5 @@ source "lib/Kconfig" source "lib/Kconfig.debug" + + source "Documentation/Kconfig" + +source "distro/Kconfig" --- /dev/null 2018-12-28 10:40:34.089999934 -0500