From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A46A21581D3 for ; Wed, 15 May 2024 11:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5096E2A31; Wed, 15 May 2024 11:47:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90B13E2A31 for ; Wed, 15 May 2024 11:47:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 046213406A2 for ; Wed, 15 May 2024 11:47:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9505E1A35 for ; Wed, 15 May 2024 11:47:37 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1715773617.bb0366edfb41299bbb921f8be587f5477bcaf6a9.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/zen-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/zen-sources/zen-sources-6.8.9.ebuild X-VCS-Directories: sys-kernel/zen-sources/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: bb0366edfb41299bbb921f8be587f5477bcaf6a9 X-VCS-Branch: master Date: Wed, 15 May 2024 11:47:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24ef7fe7-a946-46fe-81ef-6ee6f5bc50f3 X-Archives-Hash: dedb4d392b7ada16c0518511b8ebd162 commit: bb0366edfb41299bbb921f8be587f5477bcaf6a9 Author: Jory Pratt gentoo org> AuthorDate: Wed May 15 11:46:57 2024 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed May 15 11:46:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0366ed sys-kernel/zen-sources: misc cleanup Signed-off-by: Jory Pratt gentoo.org> sys-kernel/zen-sources/zen-sources-6.8.9.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-kernel/zen-sources/zen-sources-6.8.9.ebuild b/sys-kernel/zen-sources/zen-sources-6.8.9.ebuild index 6316d0b36bc9..8bc571081193 100644 --- a/sys-kernel/zen-sources/zen-sources-6.8.9.ebuild +++ b/sys-kernel/zen-sources/zen-sources-6.8.9.ebuild @@ -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"