Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: kernel-2.eclass
Date: Sun, 28 Nov 2010 05:07:32
Message-Id: 20101128050728.D110720051@flycatcher.gentoo.org
1 robbat2 10/11/28 05:07:28
2
3 Modified: kernel-2.eclass
4 Log:
5 Add warning about updating the deblob max version variable.
6
7 Revision Changes Path
8 1.243 eclass/kernel-2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kernel-2.eclass?rev=1.243&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kernel-2.eclass?rev=1.243&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kernel-2.eclass?r1=1.242&r2=1.243
13
14 Index: kernel-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v
17 retrieving revision 1.242
18 retrieving revision 1.243
19 diff -p -w -b -B -u -u -r1.242 -r1.243
20 --- kernel-2.eclass 26 Nov 2010 23:41:45 -0000 1.242
21 +++ kernel-2.eclass 28 Nov 2010 05:07:28 -0000 1.243
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.242 2010/11/26 23:41:45 mpagano Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.243 2010/11/28 05:07:28 robbat2 Exp $
27
28 # Description: kernel.eclass rewrite for a clean base regarding the 2.6
29 # series of kernel with back-compatibility for 2.4
30 @@ -85,7 +85,8 @@ HOMEPAGE="http://www.kernel.org/ http://
31 LICENSE="GPL-2"
32
33 # This is the latest KV_PATCH of the deblob tool available from the
34 -# libre-sources upstream.
35 +# libre-sources upstream. If you bump this, you MUST regenerate the Manifests
36 +# for ALL kernel-2 consumer packages where deblob is available.
37 [[ -z ${DEBLOB_MAX_VERSION} ]] && DEBLOB_MAX_VERSION=36
38
39 # No need to run scanelf/strip on kernel sources/headers (bug #134453).