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 6299F1581FB for ; Sun, 25 Aug 2024 09:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B598E29F6; Sun, 25 Aug 2024 09:51:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87205E29F6 for ; Sun, 25 Aug 2024 09:51:42 +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 D1742342FA5 for ; Sun, 25 Aug 2024 09:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 532F31F15 for ; Sun, 25 Aug 2024 09:51:39 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1724579496.f7f500fb6cb41b3c22b58c4023620e90b419a490.arthurzam@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-r1.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f7f500fb6cb41b3c22b58c4023620e90b419a490 X-VCS-Branch: master Date: Sun, 25 Aug 2024 09:51:39 +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: d8c44b52-d164-456b-a4ed-d50d39d45fbb X-Archives-Hash: 8668c0da95941d67925038a183e9df38 commit: f7f500fb6cb41b3c22b58c4023620e90b419a490 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:27 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f500fb sys-boot/refind: Stabilize 0.14.2-r1 amd64, #938484 Signed-off-by: Arthur Zamarin gentoo.org> sys-boot/refind/refind-0.14.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/refind/refind-0.14.2-r1.ebuild b/sys-boot/refind/refind-0.14.2-r1.ebuild index d3866389c5cb..1732d360c179 100644 --- a/sys-boot/refind/refind-0.14.2-r1.ebuild +++ b/sys-boot/refind/refind-0.14.2-r1.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"