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 8A1A0158041 for ; Sat, 24 Feb 2024 22:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B629E29BA; Sat, 24 Feb 2024 22:33:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74207E29BA for ; Sat, 24 Feb 2024 22:33:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BCDC34306A for ; Sat, 24 Feb 2024 22:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBEE9955 for ; Sat, 24 Feb 2024 22:33:15 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1708813731.722edc45751c56ef50fc1cbf0c2a4e76d7f009e4.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/genkernel/genkernel-9999.ebuild X-VCS-Directories: sys-kernel/genkernel/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 722edc45751c56ef50fc1cbf0c2a4e76d7f009e4 X-VCS-Branch: master Date: Sat, 24 Feb 2024 22:33:15 +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: 99aa2f57-d62a-4918-aa51-ab5a5c006f53 X-Archives-Hash: dbe629f1916373ecba19e58a66c7b72d commit: 722edc45751c56ef50fc1cbf0c2a4e76d7f009e4 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Feb 24 22:28:51 2024 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Feb 24 22:28:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722edc45 sys-kernel/genkernel: fix whitespace Signed-off-by: Robin H. Johnson gentoo.org> sys-kernel/genkernel/genkernel-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-kernel/genkernel/genkernel-9999.ebuild b/sys-kernel/genkernel/genkernel-9999.ebuild index 516580fbbd15..b7d26415b641 100644 --- a/sys-kernel/genkernel/genkernel-9999.ebuild +++ b/sys-kernel/genkernel/genkernel-9999.ebuild @@ -133,7 +133,6 @@ RDEPEND="${PYTHON_DEPS} firmware? ( sys-kernel/linux-firmware ) " - PATCHES=( )