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 1PMZU4-0005Vj-0W for garchives@archives.gentoo.org; Sun, 28 Nov 2010 05:07:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70A95E06DF; Sun, 28 Nov 2010 05:07:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 55B24E06DF for ; Sun, 28 Nov 2010 05:07:31 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E295E1B4042 for ; Sun, 28 Nov 2010 05:07:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 544) id D110720051; Sun, 28 Nov 2010 05:07:28 +0000 (UTC) From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: kernel-2.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: kernel-2.eclass X-VCS-Directories: eclass X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: <20101128050728.D110720051@flycatcher.gentoo.org> Date: Sun, 28 Nov 2010 05:07:28 +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: b9c008d2-5f17-401d-8e7c-981ec8b0fdf3 X-Archives-Hash: ac80a808fb34a0a807c5556033cfe685 robbat2 10/11/28 05:07:28 Modified: kernel-2.eclass Log: Add warning about updating the deblob max version variable. Revision Changes Path 1.243 eclass/kernel-2.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kernel-2.ec= lass?rev=3D1.243&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kernel-2.ec= lass?rev=3D1.243&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kernel-2.ec= lass?r1=3D1.242&r2=3D1.243 Index: kernel-2.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v retrieving revision 1.242 retrieving revision 1.243 diff -p -w -b -B -u -u -r1.242 -r1.243 --- kernel-2.eclass 26 Nov 2010 23:41:45 -0000 1.242 +++ kernel-2.eclass 28 Nov 2010 05:07:28 -0000 1.243 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.242 2010/1= 1/26 23:41:45 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.243 2010/1= 1/28 05:07:28 robbat2 Exp $ =20 # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -85,7 +85,8 @@ HOMEPAGE=3D"http://www.kernel.org/ http:// LICENSE=3D"GPL-2" =20 # This is the latest KV_PATCH of the deblob tool available from the -# libre-sources upstream. +# libre-sources upstream. If you bump this, you MUST regenerate the Mani= fests +# for ALL kernel-2 consumer packages where deblob is available. [[ -z ${DEBLOB_MAX_VERSION} ]] && DEBLOB_MAX_VERSION=3D36 =20 # No need to run scanelf/strip on kernel sources/headers (bug #134453).