From 72347fa6fe35fd24ddd156aecea147bb4d513e98 Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Fri, 12 Apr 2024 19:05:56 +0900 Subject: sys-kernel/rt-sources: update HOMEPAGE Signed-off-by: Alice Ferrazzi --- sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sys-kernel/rt-sources') diff --git a/sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild b/sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild index 56879535075d..ced1c46432c8 100644 --- a/sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild +++ b/sys-kernel/rt-sources/rt-sources-5.4.271_p89.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" @@ -15,15 +12,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" -- cgit v1.2.3-65-gdbad