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 1FD271384B4 for ; Mon, 28 Dec 2015 03:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BCD1E075F; Mon, 28 Dec 2015 03:23:34 +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 791B9E075F for ; Mon, 28 Dec 2015 03:23: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 198EE34045C for ; Mon, 28 Dec 2015 03:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3507AC7A for ; Mon, 28 Dec 2015 03:23:29 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1451272968.ea69fddd04cc773dbf9988e14b79f51d7f928d3d.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: ea69fddd04cc773dbf9988e14b79f51d7f928d3d X-VCS-Branch: master Date: Mon, 28 Dec 2015 03:23: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: 003e985b-b815-4b13-9eff-ad4b3d836f8d X-Archives-Hash: 655f4a2a4db39b77a8a622d7ed501216 commit: ea69fddd04cc773dbf9988e14b79f51d7f928d3d Author: Robin H. Johnson gentoo org> AuthorDate: Mon Dec 28 03:22:17 2015 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Dec 28 03:22:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ea69fddd Bump to v3.4.52.3. Signed-off-by: Robin H. Johnson gentoo.org> genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index c826d57..2532ca2 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.52.2' +GK_V='3.4.52.3' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.