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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49472138350 for ; Sat, 2 May 2020 17:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57E37E0C02; Sat, 2 May 2020 17:38:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42BB5E0C02 for ; Sat, 2 May 2020 17:38:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E91E34F2B4 for ; Sat, 2 May 2020 17:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E915E1F6 for ; Sat, 2 May 2020 17:38:28 +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: <1588441103.10c4a19fa94948f19c2bb30b8ba4b2a66c994c51.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-5.6.9.ebuild X-VCS-Directories: sys-kernel/zen-sources/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 10c4a19fa94948f19c2bb30b8ba4b2a66c994c51 X-VCS-Branch: master Date: Sat, 2 May 2020 17:38:28 +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: 0a515161-d733-4197-8138-b69aab26cbe7 X-Archives-Hash: 466fdaee3abf173114180e421cbd08f9 commit: 10c4a19fa94948f19c2bb30b8ba4b2a66c994c51 Author: Jory Pratt gentoo org> AuthorDate: Sat May 2 17:37:33 2020 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat May 2 17:38:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c4a19f sys-kernel/zen-sources: remove blank line Package-Manager: Portage-2.3.99, Repoman-2.3.20 Signed-off-by: Jory Pratt gentoo.org> sys-kernel/zen-sources/zen-sources-5.6.9.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-kernel/zen-sources/zen-sources-5.6.9.ebuild b/sys-kernel/zen-sources/zen-sources-5.6.9.ebuild index b34ae4fbbc3..25d2b018f1b 100644 --- a/sys-kernel/zen-sources/zen-sources-5.6.9.ebuild +++ b/sys-kernel/zen-sources/zen-sources-5.6.9.ebuild @@ -21,7 +21,6 @@ DESCRIPTION="The Zen Kernel Live Sources" ZEN_URI="https://github.com/zen-kernel/zen-kernel/releases/download/v${PV}-zen1/v${PV}-zen1.patch.xz" SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${ZEN_URI}" - UNIPATCH_LIST="${DISTDIR}/v${PV}-zen1.patch.xz" UNIPATCH_EXCLUDE="2400_iwlwifi-PHY_SKU-NVM-3168-fix.patch" UNIPATCH_STRICTORDER="yes"