diff options
author | Mike Pagano <mpagano@gentoo.org> | 2011-10-24 23:58:11 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2011-10-24 23:58:11 +0000 |
commit | b7c0440c48dce2aec0438fb99e3a56216c413608 (patch) | |
tree | 1ef5e6eef0ad368b2385769ac33f0d143f334288 /eclass/kernel-2.eclass | |
parent | dev-java/netbeans-ergonomics: filtering ecj compilers (diff) | |
download | historical-b7c0440c48dce2aec0438fb99e3a56216c413608.tar.gz historical-b7c0440c48dce2aec0438fb99e3a56216c413608.tar.bz2 historical-b7c0440c48dce2aec0438fb99e3a56216c413608.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.eclass | 5 |
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 |