summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2011-08-08 23:14:56 +0000
committerMike Pagano <mpagano@gentoo.org>2011-08-08 23:14:56 +0000
commitdbba514331fd13b0080ebfa2fa12b1d514073013 (patch)
tree4f4a8cb6e44e5566c2d2e5aed9349140d6fa35c4 /eclass
parentAvoid parallel make (bug #298453) (diff)
downloadgentoo-2-dbba514331fd13b0080ebfa2fa12b1d514073013.tar.gz
gentoo-2-dbba514331fd13b0080ebfa2fa12b1d514073013.tar.bz2
gentoo-2-dbba514331fd13b0080ebfa2fa12b1d514073013.zip
Deblob support for 3.X kernels updated
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel-2.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 14406c289a5e..ccacdcca0def 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.254 2011/08/08 14:14:15 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.255 2011/08/08 23:14:56 mpagano Exp $
# Description: kernel.eclass rewrite for a clean base regarding the 2.6
# series of kernel with back-compatibility for 2.4
@@ -460,6 +460,10 @@ if [[ ${ETYPE} == sources ]]; then
DEBLOB_PV="${KV_MAJOR}.${KV_PATCH}"
fi
+ if [[ ${KV_MAJOR} -ge 3 ]]; then
+ DEBLOB_PV="${KV_MAJOR}.${KV_MINOR}"
+ fi
+
DEBLOB_A="deblob-${DEBLOB_PV}"
DEBLOB_CHECK_A="deblob-check-${DEBLOB_PV}"
DEBLOB_HOMEPAGE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"