commit:     afd97914cffec2664ce0b410f476051f571f34d1
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 10:56:31 2017 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon May 22 10:56:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd97914

kernel-2.eclass: Update eclass for new location for rc kernels > 1

 eclass/kernel-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index a6c783796a1..09409ab1ff1 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -512,7 +512,7 @@ detect_version() {
                        # as of 12/5/2017, the rc patch is no longer offered as 
a compressed
                        # file, and no longer is it mirrored on kernel.org
                        if [[ ${KV_MAJOR} -ge 4 ]] && [[ ${KV_PATCH} -ge 12 ]]; 
then
-                               
KERNEL_URI="https://git.kernel.org/torvalds/p/v4.12-rc1/v4.11 -> 
patch-4.12-rc1.patch
+                               
KERNEL_URI="https://git.kernel.org/torvalds/p/v${KV_FULL}/v${OKV} -> 
patch-${KV_FULL}.patch
                                                        
${KERNEL_BASE_URI}/linux-${OKV}.tar.xz"
                                
UNIPATCH_LIST_DEFAULT="${DISTDIR}/patch-${CKV//_/-}.patch"
                        else

Reply via email to