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 A9E1D1384B2 for ; Thu, 30 Jul 2015 20:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A44D14051; Thu, 30 Jul 2015 20:56:08 +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 169F914051 for ; Thu, 30 Jul 2015 20:56:07 +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 0648B340968 for ; Thu, 30 Jul 2015 20:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B0A410F for ; Thu, 30 Jul 2015 20:56:05 +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: <1438269047.536025e5ccbbf2fa9101737de30324597f58fbe5.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: 536025e5ccbbf2fa9101737de30324597f58fbe5 X-VCS-Branch: master Date: Thu, 30 Jul 2015 20:56:05 +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: a00f87f4-f092-4e6b-b311-c3590c7e68f9 X-Archives-Hash: 10941178c105ded953d5fc5be89692d8 commit: 536025e5ccbbf2fa9101737de30324597f58fbe5 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Jul 30 15:10:47 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Jul 30 15:10:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=536025e5 3.4.51.3 so we can close some usb3 bugs genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 1042ae6..5ab1936 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.51' +GK_V='3.4.51.3' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.