From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S7B5q-0001T6-8m for garchives@archives.gentoo.org; Mon, 12 Mar 2012 19:39:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22363E095A; Mon, 12 Mar 2012 19:39:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E77D0E0956 for ; Mon, 12 Mar 2012 19:39:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B5C21B4060 for ; Mon, 12 Mar 2012 19:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 223A4E542C for ; Mon, 12 Mar 2012 19:39:18 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1331581065.6487f2ee5ff612acacdf4a3f5cb42e1b6b5e6572.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: 6487f2ee5ff612acacdf4a3f5cb42e1b6b5e6572 X-VCS-Branch: master Date: Mon, 12 Mar 2012 19:39:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 123f3615-edf7-4671-b3c3-3cbe44062b52 X-Archives-Hash: c972d1fcb5fce7c0fff260ffba8409c9 commit: 6487f2ee5ff612acacdf4a3f5cb42e1b6b5e6572 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 12 19:37:45 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Mar 12 19:37:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D6487f2ee Verbump for enabling /usr mounting code. --- genkernel | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/genkernel b/genkernel index 4f24c4b..74f6eda 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ =20 PATH=3D"${PATH}:/sbin:/usr/sbin" -GK_V=3D'3.4.25' +GK_V=3D'3.4.25.1' =20 # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.