commit:     2c4e36eecec5e53a4d62725a244b1bb067b97677
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 12:37:35 2017 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri May 19 12:37:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4e36ee

kernel-2.eclass: Fix file renaming for git-sources

 eclass/kernel-2.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index c6ce28d45a5..a6c783796a1 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -512,9 +512,9 @@ 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
+                               
KERNEL_URI="https://git.kernel.org/torvalds/p/v4.12-rc1/v4.11 -> 
patch-4.12-rc1.patch
                                                        
${KERNEL_BASE_URI}/linux-${OKV}.tar.xz"
-                               
UNIPATCH_LIST_DEFAULT="${DISTDIR}/patch-${CKV//_/-}"
+                               
UNIPATCH_LIST_DEFAULT="${DISTDIR}/patch-${CKV//_/-}.patch"
                        else
                                
KERNEL_URI="${KERNEL_BASE_URI}/testing/patch-${CKV//_/-}.xz
                                                        
${KERNEL_BASE_URI}/linux-${OKV}.tar.xz"

Reply via email to