summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2024-04-12 19:06:51 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2024-04-13 10:44:38 +0900
commite15ccfa26e71a7cb3ac7417f5cbfe600660e9dd2 (patch)
tree28d9e47a6f0f16df8a836bbcf2c78aa13a463d40 /sys-kernel/rt-sources
parentsys-kernel/rt-sources: add 6.1.83_p28, drop 6.1.82_p27 (diff)
downloadgentoo-e15ccfa26e71a7cb3ac7417f5cbfe600660e9dd2.tar.gz
gentoo-e15ccfa26e71a7cb3ac7417f5cbfe600660e9dd2.tar.bz2
gentoo-e15ccfa26e71a7cb3ac7417f5cbfe600660e9dd2.zip
sys-kernel/rt-sources: update HOMEPAGE
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
Diffstat (limited to 'sys-kernel/rt-sources')
-rw-r--r--sys-kernel/rt-sources/rt-sources-6.5.2_p8.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-kernel/rt-sources/rt-sources-6.5.2_p8.ebuild b/sys-kernel/rt-sources/rt-sources-6.5.2_p8.ebuild
index 9e822ca1e1d0..2a03c9f44c9e 100644
--- a/sys-kernel/rt-sources/rt-sources-6.5.2_p8.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-6.5.2_p8.ebuild
@@ -3,9 +3,6 @@
EAPI="8"
ETYPE="sources"
-KEYWORDS="~amd64 ~arm64"
-
-HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start"
CKV="$(ver_cut 1-3)"
K_SECURITY_UNSUPPORTED="1"
@@ -16,15 +13,17 @@ inherit kernel-2
detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
+HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start"
+
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
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}"
-
KV_FULL="${PVR/_p/-rt}"
S="${WORKDIR}/linux-${KV_FULL}"
+KEYWORDS="~amd64 ~arm64"
UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
UNIPATCH_STRICTORDER="yes"