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 024ED1397EC for ; Thu, 20 Aug 2015 01:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF54B14145; Thu, 20 Aug 2015 01:58:33 +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 562EB14145 for ; Thu, 20 Aug 2015 01:58:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A90B3409FE for ; Thu, 20 Aug 2015 01:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B3C15B for ; Thu, 20 Aug 2015 01:58:29 +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: <1440035899.07b46eab8e50791e87a27d8bc3dc1b243ffa58d9.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: 07b46eab8e50791e87a27d8bc3dc1b243ffa58d9 X-VCS-Branch: master Date: Thu, 20 Aug 2015 01:58:29 +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: 2df90924-6306-4e73-93f3-d80e9af9fa2f X-Archives-Hash: 03cdc7c6b22d5966e5c04210bf6c1bd8 commit: 07b46eab8e50791e87a27d8bc3dc1b243ffa58d9 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Aug 20 01:58:19 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Aug 20 01:58:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=07b46eab bump to 3.4.52.1 to fix distclean commit and ensure clean tags genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 662bf26..12e5dec 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.52' +GK_V='3.4.52.1' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.