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 A58F3158089 for ; Tue, 17 Oct 2023 06:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC7D32BC076; Tue, 17 Oct 2023 06:09:59 +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 B536A2BC076 for ; Tue, 17 Oct 2023 06:09:59 +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 AB3AC335CB7 for ; Tue, 17 Oct 2023 06:09:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FC1E115C for ; Tue, 17 Oct 2023 06:09:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1697522966.2930feac31999cc2cbc7b97385dba8550837e542.juippis@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.0.2-r1.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2930feac31999cc2cbc7b97385dba8550837e542 X-VCS-Branch: master Date: Tue, 17 Oct 2023 06:09:57 +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: 984a21dc-4c11-48a0-bd33-da1002647343 X-Archives-Hash: bbf16baf474f2c2cb47156cc05198129 commit: 2930feac31999cc2cbc7b97385dba8550837e542 Author: Joonas Niilola gentoo org> AuthorDate: Tue Oct 17 06:09:26 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Oct 17 06:09:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2930feac sys-boot/refind: Stabilize 0.14.0.2-r1 x86, #915874 Signed-off-by: Joonas Niilola gentoo.org> sys-boot/refind/refind-0.14.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/refind/refind-0.14.0.2-r1.ebuild b/sys-boot/refind/refind-0.14.0.2-r1.ebuild index c7dad8ce3707..701a7a330943 100644 --- a/sys-boot/refind/refind-0.14.0.2-r1.ebuild +++ b/sys-boot/refind/refind-0.14.0.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz" LICENSE="BSD GPL-2 GPL-3 FDL-1.3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs" IUSE="${FS_USE} doc"