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 30FF415808D for ; Mon, 18 Apr 2022 19:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6008AE085A; Mon, 18 Apr 2022 19:11:42 +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 D2522E085A for ; Mon, 18 Apr 2022 19:11:41 +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 4DE7D34185A for ; Mon, 18 Apr 2022 19:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9F38177 for ; Mon, 18 Apr 2022 19:11:38 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1650309037.edd9677b72f53b398cd904bf8c539940e60f36ca.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-backup/grub-btrfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-backup/grub-btrfs/grub-btrfs-4.11.ebuild X-VCS-Directories: app-backup/grub-btrfs/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: edd9677b72f53b398cd904bf8c539940e60f36ca X-VCS-Branch: dev Date: Mon, 18 Apr 2022 19:11:38 +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: 54d7b828-22a9-4e84-acc2-b385fc6c9820 X-Archives-Hash: 92ddb0c5c1c1f6c839d5a07fa8b1d374 commit: edd9677b72f53b398cd904bf8c539940e60f36ca Author: Pascal Jäger leimstift de> AuthorDate: Mon Apr 18 19:10:37 2022 +0000 Commit: Pascal Jäger leimstift de> CommitDate: Mon Apr 18 19:10:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edd9677b app-backup/grub-btrfs: end Signed-off-by: Pascal Jäger leimstift.de> app-backup/grub-btrfs/grub-btrfs-4.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild b/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild index 9981d313b..05ea2cc8c 100644 --- a/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild +++ b/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild @@ -37,5 +37,5 @@ src_install(){ pkg_postinst() { elog "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub menu." elog "update your /etc/grub.d/41_snapshots-btrfs script (e.g. with dispatch-conf or etc-update)" - optfeature "LVM/ LUKS support" sys-boot/grub[device-mapper] + optfeature "LVM/ LUKS support" sys-boot/grub[device-mapper] }