summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2017-05-19 08:37:35 -0400
committerMike Pagano <mpagano@gentoo.org>2017-05-19 08:37:48 -0400
commit2c4e36eecec5e53a4d62725a244b1bb067b97677 (patch)
treecedb06187d610133232813a14375c8a96ed0b8d7 /eclass/kernel-2.eclass
parentdev-python/django-sortedm2m: Add python3_5, missed PYTHON_USEDEP (diff)
downloadgentoo-2c4e36eecec5e53a4d62725a244b1bb067b97677.tar.gz
gentoo-2c4e36eecec5e53a4d62725a244b1bb067b97677.tar.bz2
gentoo-2c4e36eecec5e53a4d62725a244b1bb067b97677.zip
kernel-2.eclass: Fix file renaming for git-sources
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r--eclass/kernel-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index c6ce28d45a57..a6c783796a15 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"