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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CD37158020 for ; Mon, 14 Nov 2022 19:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC26DE07EA; Mon, 14 Nov 2022 19:08:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D868E07EA for ; Mon, 14 Nov 2022 19:08:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 341C3340E63 for ; Mon, 14 Nov 2022 19:08:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64FA0603 for ; Mon, 14 Nov 2022 19:08:33 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1668452777.b390c44f05ee12b04f16d3f7e5cdd9b5dec99262.mattst88@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b390c44f05ee12b04f16d3f7e5cdd9b5dec99262 X-VCS-Branch: master Date: Mon, 14 Nov 2022 19:08:33 +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: fe5a4f5e-a1a7-44ca-aab8-81ccbbe24a2a X-Archives-Hash: 348b63aa03c8aa84bb6cc935f1c33cba commit: b390c44f05ee12b04f16d3f7e5cdd9b5dec99262 Author: Matt Turner gentoo org> AuthorDate: Mon Nov 14 19:06:17 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Nov 14 19:06:17 2022 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=b390c44f genkernel 4.3.1 Signed-off-by: Matt Turner gentoo.org> genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 83a01d5..3da389b 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='4.2.6' +GK_V='4.3.1' # Normalize locales export LC_ALL=C