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 53AAB139086 for ; Wed, 14 Dec 2016 22:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB7BEE0CD8; Wed, 14 Dec 2016 22:38:12 +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 B2CB0E0CD8 for ; Wed, 14 Dec 2016 22:38:12 +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 AA625341301 for ; Wed, 14 Dec 2016 22:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D277124C6 for ; Wed, 14 Dec 2016 22:38:09 +0000 (UTC) From: "Sam Jorna" 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 Jorna" Message-ID: <1481754510.4aa1e80965d3944af04364c80b25b4562ef21754.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 4aa1e80965d3944af04364c80b25b4562ef21754 X-VCS-Branch: master Date: Wed, 14 Dec 2016 22:38:09 +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: 0d2dd15a-6224-44b0-a3ef-f9009525f79a X-Archives-Hash: a81085e3fb171fac558d44d2e7471976 commit: 4aa1e80965d3944af04364c80b25b4562ef21754 Author: Sam Jorna gentoo org> AuthorDate: Wed Dec 14 22:26:48 2016 +0000 Commit: Sam Jorna gentoo org> CommitDate: Wed Dec 14 22:28:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa1e809 profiles: force USE=gnuefi on sys-boot/refind profiles/base/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 622c12e..7ff7884 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Sam Jorna (15 Dec 2016) +# Known to build unbootable EFI binaries on some systems when built with +# UDK. Forcing use of gnu-efi until it's more stable. +sys-boot/refind gnuefi + # Mike Gilbert (13 Oct 2016) # Python without threads breaks in many ways. dev-lang/python threads