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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F2FF139085 for ; Thu, 22 Dec 2016 05:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4E09E0E91; Thu, 22 Dec 2016 05:10:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCF3FE0E91 for ; Thu, 22 Dec 2016 05:10:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0A3A34102B for ; Thu, 22 Dec 2016 05:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D11A124BA for ; Thu, 22 Dec 2016 05:10:45 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1482383420.e9c3fd6daa443d8bf99ffb88b15491a3317cf87e.bman@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.10.4-r2.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e9c3fd6daa443d8bf99ffb88b15491a3317cf87e X-VCS-Branch: master Date: Thu, 22 Dec 2016 05:10:45 +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-Archives-Salt: 99c1f652-b879-416a-a013-3a4dcbb78f7b X-Archives-Hash: d9e0ff42e3662f2e878003b070f1ebac commit: e9c3fd6daa443d8bf99ffb88b15491a3317cf87e Author: Aaron Bauman gentoo org> AuthorDate: Thu Dec 22 05:10:20 2016 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Dec 22 05:10:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c3fd6d sys-boot/refind: amd64 stable wrt bug #563226 sys-boot/refind/refind-0.10.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/refind/refind-0.10.4-r2.ebuild b/sys-boot/refind/refind-0.10.4-r2.ebuild index b427764..a23f381 100644 --- a/sys-boot/refind/refind-0.10.4-r2.ebuild +++ b/sys-boot/refind/refind-0.10.4-r2.ebuild @@ -13,7 +13,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} -gnuefi doc -custom-cflags"