sys-kernel/zen-sources: misc cleanup

Signed-off-by: Jory Pratt <anarchy@gentoo.org>
This commit is contained in:
Jory Pratt
2024-05-15 06:46:57 -05:00
parent b95831bf57
commit bb0366edfb

View File

@@ -12,18 +12,17 @@ inherit kernel-2 unpacker
detect_version
detect_arch
KEYWORDS="~amd64 ~arm64 ~x86"
DESCRIPTION="The Zen Kernel Live Sources"
HOMEPAGE="https://github.com/zen-kernel"
IUSE=""
# Needed for zstd compression of the patch
BDEPEND="$(unpacker_src_uri_depends)"
DESCRIPTION="The Zen Kernel Live Sources"
ZEN_URI="https://github.com/zen-kernel/zen-kernel/releases/download/v${PV}-zen1/linux-v${PV}-zen1.patch.zst"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${ZEN_URI}"
KEYWORDS="~amd64 ~arm64 ~x86"
UNIPATCH_LIST="${WORKDIR}/linux-v${PV}-zen1.patch"
UNIPATCH_STRICTORDER="yes"