From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D94E31397EC for ; Thu, 20 Aug 2015 01:46:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8549EE0895; Thu, 20 Aug 2015 01:46:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A59BE0895 for ; Thu, 20 Aug 2015 01:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88568340875 for ; Thu, 20 Aug 2015 01:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42154153 for ; Thu, 20 Aug 2015 01:46:12 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1440035145.3140eb99ff393e596667a5d999c6c7bea4b5229e.zerochaos@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 3140eb99ff393e596667a5d999c6c7bea4b5229e X-VCS-Branch: master Date: Thu, 20 Aug 2015 01:46:12 +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: 48ccd01c-6e0f-4459-99f2-f857f8e1fb76 X-Archives-Hash: 7207df6fd0c87b66af1d7c4d193b85c3 commit: 3140eb99ff393e596667a5d999c6c7bea4b5229e Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Aug 20 01:45:45 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Aug 20 01:45:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=3140eb99 v3.4.52 genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 15ea11f..662bf26 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.51.4' +GK_V='3.4.52' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.