diff options
author | Mike Pagano <mpagano@gentoo.org> | 2010-11-26 23:41:45 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2010-11-26 23:41:45 +0000 |
commit | cd4d6f72239fd51c22f85f9f205644e5d2fcd047 (patch) | |
tree | 46137cfb8533385973a32a099aa3a62bf3b4d82b /eclass | |
parent | Add patch from upstream for SSL SAE #344939 by Michał Górny. (diff) | |
download | gentoo-2-cd4d6f72239fd51c22f85f9f205644e5d2fcd047.tar.gz gentoo-2-cd4d6f72239fd51c22f85f9f205644e5d2fcd047.tar.bz2 gentoo-2-cd4d6f72239fd51c22f85f9f205644e5d2fcd047.zip |
Bump deblob max version to 36
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 |
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" |