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 8BC15158087 for ; Sun, 5 Dec 2021 22:04:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B59182BC00B; Sun, 5 Dec 2021 22:04:44 +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 9C1422BC00B for ; Sun, 5 Dec 2021 22:04:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5448B3433A7 for ; Sun, 5 Dec 2021 22:04:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0331B1F2 for ; Sun, 5 Dec 2021 22:04:38 +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: <1638741828.233ed6cb84e2e5ca7139127128d49d44a6a00370.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.13.2.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 233ed6cb84e2e5ca7139127128d49d44a6a00370 X-VCS-Branch: master Date: Sun, 5 Dec 2021 22:04: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: 7be4b4b6-ce1d-4f07-9542-073d5ab3de05 X-Archives-Hash: 7ba0e3761ce4a640a82501ed558b6c45 commit: 233ed6cb84e2e5ca7139127128d49d44a6a00370 Author: Sam James gentoo org> AuthorDate: Sun Dec 5 22:03:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 5 22:03:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233ed6cb sys-boot/refind: Stabilize 0.13.2 amd64, #824786 Signed-off-by: Sam James gentoo.org> sys-boot/refind/refind-0.13.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/refind/refind-0.13.2.ebuild b/sys-boot/refind/refind-0.13.2.ebuild index ce3ba933229e..375df447651c 100644 --- a/sys-boot/refind/refind-0.13.2.ebuild +++ b/sys-boot/refind/refind-0.13.2.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} custom-cflags doc"