summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2010-11-26 23:41:45 +0000
committerMike Pagano <mpagano@gentoo.org>2010-11-26 23:41:45 +0000
commitee94ee9ae773b1f6ed0ae0e7cc4bb723387d22a5 (patch)
tree2cdd7c640fcafbaf456dc673407d6115a7d7a3f1
parentAdd patch from upstream for SSL SAE #344939 by Michał Górny. (diff)
downloadhistorical-ee94ee9ae773b1f6ed0ae0e7cc4bb723387d22a5.tar.gz
historical-ee94ee9ae773b1f6ed0ae0e7cc4bb723387d22a5.tar.bz2
historical-ee94ee9ae773b1f6ed0ae0e7cc4bb723387d22a5.zip
Bump deblob max version to 36
-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 0ed2255194bb..b4da1367ec14 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.241 2010/09/17 21:44:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.242 2010/11/26 23:41:45 mpagano Exp $
# Description: kernel.eclass rewrite for a clean base regarding the 2.6
# series of kernel with back-compatibility for 2.4
@@ -86,7 +86,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.
-[[ -z ${DEBLOB_MAX_VERSION} ]] && DEBLOB_MAX_VERSION=35
+[[ -z ${DEBLOB_MAX_VERSION} ]] && DEBLOB_MAX_VERSION=36
# No need to run scanelf/strip on kernel sources/headers (bug #134453).
RESTRICT="binchecks strip"