From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 497691580EB for ; Fri, 23 May 2025 20:44:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 36E733436C0 for ; Fri, 23 May 2025 20:44:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2BE771103DE; Fri, 23 May 2025 20:44:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 1F6AA1103DE for ; Fri, 23 May 2025 20:44:13 +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 C63BC3436B5 for ; Fri, 23 May 2025 20:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38344198A for ; Fri, 23 May 2025 20:44:11 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1748032980.936d208c6e30e810563b9806f55ad7dc4df1f375.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.12-r7.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 936d208c6e30e810563b9806f55ad7dc4df1f375 X-VCS-Branch: master Date: Fri, 23 May 2025 20:44:11 +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: fd6ed75b-239d-42f0-af5d-103324820088 X-Archives-Hash: bc04036351f929176e0b52590317e022 commit: 936d208c6e30e810563b9806f55ad7dc4df1f375 Author: Mike Gilbert gentoo org> AuthorDate: Fri May 23 20:43:00 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri May 23 20:43:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936d208c sys-boot/grub: run autogen.sh for ZFS patch Fixes: 6385625e34276cf4a32a6373b97c2178324f64d8 Closes: https://bugs.gentoo.org/956492 Signed-off-by: Mike Gilbert gentoo.org> sys-boot/grub/grub-2.12-r7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-boot/grub/grub-2.12-r7.ebuild b/sys-boot/grub/grub-2.12-r7.ebuild index 70f69b0043af..3371fc9eee81 100644 --- a/sys-boot/grub/grub-2.12-r7.ebuild +++ b/sys-boot/grub/grub-2.12-r7.ebuild @@ -16,6 +16,7 @@ EAPI=7 # If any of the above applies to a user patch, the user should set the # corresponding variable in make.conf or the environment. +GRUB_AUTOGEN=1 GRUB_AUTORECONF=1 PYTHON_COMPAT=( python3_{10..13} ) WANT_LIBTOOL=none