summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-05-28 20:59:59 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-05-28 20:59:59 +0000
commit2dd24d4f8f5f52f76f8322b3fc0c340fd6cfbebd (patch)
treeb094146aa6c92c1ec33264638f842daa2489a205 /eclass
parentVersion bump. Fixes bug #312585 (diff)
downloadgentoo-2-2dd24d4f8f5f52f76f8322b3fc0c340fd6cfbebd.tar.gz
gentoo-2-2dd24d4f8f5f52f76f8322b3fc0c340fd6cfbebd.tar.bz2
gentoo-2-2dd24d4f8f5f52f76f8322b3fc0c340fd6cfbebd.zip
Bug #266157: Update deblob max version.
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 89244b7c0274..427e3e086467 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.234 2010/05/20 23:11:48 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.235 2010/05/28 20:59:59 robbat2 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=33
+[[ -z ${DEBLOB_MAX_VERSION} ]] && DEBLOB_MAX_VERSION=34
# No need to run scanelf/strip on kernel sources/headers (bug #134453).
RESTRICT="binchecks strip"