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 75B27138A2F for ; Sun, 17 Aug 2014 20:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5968EE0ACF; Sun, 17 Aug 2014 20:21:48 +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 02349E0ACF for ; Sun, 17 Aug 2014 20:21:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D405D34018D for ; Sun, 17 Aug 2014 20:21:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7FDFA18816 for ; Sun, 17 Aug 2014 20:21:45 +0000 (UTC) From: "Richard Yao" 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 Yao" Message-ID: <1408306839.3c70c2093cbb764eada56a5c4e8cfbb29210e18e.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 3c70c2093cbb764eada56a5c4e8cfbb29210e18e X-VCS-Branch: master Date: Sun, 17 Aug 2014 20:21:45 +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: 7cd2c65b-3d22-413f-b315-14f33be199c1 X-Archives-Hash: 69609e6d125e2bba8ceb5f01c991c55a commit: 3c70c2093cbb764eada56a5c4e8cfbb29210e18e Author: Richard Yao gentoo org> AuthorDate: Sun Aug 17 20:20:39 2014 +0000 Commit: Richard Yao gentoo org> CommitDate: Sun Aug 17 20:20:39 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=3c70c209 Bump version to 3.4.51.2 Signed-off-by: Richard Yao gentoo.org> --- genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 6304536..1fe1b31 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.51.1' +GK_V='3.4.51.2' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.