summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2011-03-15 13:16:26 +0000
committerMike Pagano <mpagano@gentoo.org>2011-03-15 13:16:26 +0000
commita4e48e84fbf95c4599df6cc5111fc4b1ebb75e4d (patch)
treec078bfd333e1faa58a151299e9649df299678258 /eclass
parentVersion bump to 2.6.38 (diff)
downloadhistorical-a4e48e84fbf95c4599df6cc5111fc4b1ebb75e4d.tar.gz
historical-a4e48e84fbf95c4599df6cc5111fc4b1ebb75e4d.tar.bz2
historical-a4e48e84fbf95c4599df6cc5111fc4b1ebb75e4d.zip
Bump maximum kernel version for libre source deblob tool
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 5aae4f025d03..300139797b52 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -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.245 2011/03/10 01:04:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.246 2011/03/15 13:16:26 mpagano Exp $
# Description: kernel.eclass rewrite for a clean base regarding the 2.6
# series of kernel with back-compatibility for 2.4
@@ -89,7 +89,7 @@ HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/ ${HOMEPAGE}"
# This is the latest KV_PATCH of the deblob tool available from the
# libre-sources upstream. If you bump this, you MUST regenerate the Manifests
# for ALL kernel-2 consumer packages where deblob is available.
-[[ -z ${DEBLOB_MAX_VERSION} ]] && DEBLOB_MAX_VERSION=36
+[[ -z ${DEBLOB_MAX_VERSION} ]] && DEBLOB_MAX_VERSION=37
# No need to run scanelf/strip on kernel sources/headers (bug #134453).
RESTRICT="binchecks strip"