Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sun, 08 Jan 2012 02:30:50
Message-Id: 8a912226e6d9c2135a82fdb5cc2843b483083873.robbat2@gentoo
1 commit: 8a912226e6d9c2135a82fdb5cc2843b483083873
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 8 02:30:21 2012 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 8 02:30:21 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=8a912226
7
8 Verbump for last commit as a fix.
9
10 ---
11 genkernel | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/genkernel b/genkernel
15 index 9f9f71b..7a7dad4 100755
16 --- a/genkernel
17 +++ b/genkernel
18 @@ -2,7 +2,7 @@
19 # $Id$
20
21 PATH="${PATH}:/sbin:/usr/sbin"
22 -GK_V='3.4.22'
23 +GK_V='3.4.22.1'
24
25 # Set the default for TMPDIR. May be modified by genkernel.conf or the
26 # --tempdir command line option.