summaryrefslogtreecommitdiff
path: root/sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild')
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild b/sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild
index 18034a53cddd..3c99081a0907 100644
--- a/sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"