summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2017-05-22 06:56:31 -0400
committerMike Pagano <mpagano@gentoo.org>2017-05-22 06:56:57 -0400
commitafd97914cffec2664ce0b410f476051f571f34d1 (patch)
tree6fc69ca48c879fb65c017695ec6bd4729951c3e9 /eclass/kernel-2.eclass
parentdev-perl/XML-SAX-Base: ppc64 stable (bug 619066) (diff)
downloadgentoo-afd97914cffec2664ce0b410f476051f571f34d1.tar.gz
gentoo-afd97914cffec2664ce0b410f476051f571f34d1.tar.bz2
gentoo-afd97914cffec2664ce0b410f476051f571f34d1.zip
kernel-2.eclass: Update eclass for new location for rc kernels > 1
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r--eclass/kernel-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index a6c783796a15..09409ab1ff10 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