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 4CE3915808B for ; Mon, 30 Sep 2024 14:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92BA62BC01C; Mon, 30 Sep 2024 14:06:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 780252BC01C for ; Mon, 30 Sep 2024 14:06:32 +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 9377D34309D for ; Mon, 30 Sep 2024 14:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3024E268D for ; Mon, 30 Sep 2024 14:06:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1727705166.67a711359d7a5b6d3c4d1f2e7c3fb6bd6ce37707.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/refind-0.14.2-r2.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67a711359d7a5b6d3c4d1f2e7c3fb6bd6ce37707 X-VCS-Branch: master Date: Mon, 30 Sep 2024 14:06:30 +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: 98e70964-0347-4184-9a45-dd76573bbfe1 X-Archives-Hash: 51ca7971148ffabb0062297b7dd6dcd3 commit: 67a711359d7a5b6d3c4d1f2e7c3fb6bd6ce37707 Author: Sam James gentoo org> AuthorDate: Mon Sep 30 14:06:06 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 30 14:06:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a71135 sys-boot/refind: Stabilize 0.14.2-r2 amd64, #940522 Signed-off-by: Sam James gentoo.org> sys-boot/refind/refind-0.14.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/refind/refind-0.14.2-r2.ebuild b/sys-boot/refind/refind-0.14.2-r2.ebuild index fa000f8dbeb4..1ad48b3b6088 100644 --- a/sys-boot/refind/refind-0.14.2-r2.ebuild +++ b/sys-boot/refind/refind-0.14.2-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PV}/${PN}-src-${PV}.t LICENSE="BSD CC-BY-SA-3.0 CC-BY-SA-4.0 FDL-1.3 GPL-2+ GPL-3+ LGPL-3+" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs" IUSE="${FS_USE} doc"