summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2011-10-24 23:58:11 +0000
committerMike Pagano <mpagano@gentoo.org>2011-10-24 23:58:11 +0000
commitef85b5d0bbe80a0c243f3eab57f8d85b75da87b7 (patch)
tree3952f41a1aa7d4d019c6ed97780dfee04b7e5fbb /eclass/kernel-2.eclass
parentdev-java/netbeans-ergonomics: filtering ecj compilers (diff)
downloadgentoo-2-ef85b5d0bbe80a0c243f3eab57f8d85b75da87b7.tar.gz
gentoo-2-ef85b5d0bbe80a0c243f3eab57f8d85b75da87b7.tar.bz2
gentoo-2-ef85b5d0bbe80a0c243f3eab57f8d85b75da87b7.zip
Upstream now has 3.x tarballs in a directory called 3.x. Look for tarballs in this directory
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r--eclass/kernel-2.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index cc0fe2bed26c..cc3518249585 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.260 2011/08/29 01:28:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.261 2011/10/24 23:58:11 mpagano Exp $
# Description: kernel.eclass rewrite for a clean base regarding the 2.6
# series of kernel with back-compatibility for 2.4
@@ -231,7 +231,8 @@ detect_version() {
KERNEL_BASE_URI="${KERNEL_BASE_URI}/longterm/v${KV_MAJOR}.${KV_PATCH_ARR}"
else
#KERNEL_BASE_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.0"
- KERNEL_BASE_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}"
+ #KERNEL_BASE_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}"
+ KERNEL_BASE_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.x"
[[ -n "${K_LONGTERM}" ]] &&
KERNEL_BASE_URI="${KERNEL_BASE_URI}/longterm/v${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}"
fi