summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2011-03-22 00:39:09 +0000
committerMike Pagano <mpagano@gentoo.org>2011-03-22 00:39:09 +0000
commit2267fb43c1fa462dbcf03ca65f25b9ffddc42a38 (patch)
tree11370d7027cf170085a5a1692d38a2ec36266341 /eclass/kernel-2.eclass
parentBump to 1.6.7 (diff)
downloadgentoo-2-2267fb43c1fa462dbcf03ca65f25b9ffddc42a38.tar.gz
gentoo-2-2267fb43c1fa462dbcf03ca65f25b9ffddc42a38.tar.bz2
gentoo-2-2267fb43c1fa462dbcf03ca65f25b9ffddc42a38.zip
Bump delob max version
Diffstat (limited to 'eclass/kernel-2.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 14528be18316..68f85f6a6186 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.247 2011/03/19 18:15:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.248 2011/03/22 00:39:09 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=37
+[[ -z ${DEBLOB_MAX_VERSION} ]] && DEBLOB_MAX_VERSION=38
# No need to run scanelf/strip on kernel sources/headers (bug #134453).
RESTRICT="binchecks strip"