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 B8C88138334 for ; Tue, 3 Sep 2019 16:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08C10E0814; Tue, 3 Sep 2019 16:20:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E56ADE0814 for ; Tue, 3 Sep 2019 16:20:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4EC034AB2F for ; Tue, 3 Sep 2019 16:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5E77622 for ; Tue, 3 Sep 2019 16:20:24 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1567527608.95229b5ec5d1d17512e3789fca8e6a3caf662a18.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/sparc/package.use X-VCS-Directories: profiles/arch/sparc/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 95229b5ec5d1d17512e3789fca8e6a3caf662a18 X-VCS-Branch: master Date: Tue, 3 Sep 2019 16:20:24 +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: 392e85fd-3e44-4ac1-82cd-53d787468c88 X-Archives-Hash: e3185ba983c743acc106b75605bf27af commit: 95229b5ec5d1d17512e3789fca8e6a3caf662a18 Author: Ben Kohler gentoo org> AuthorDate: Tue Sep 3 16:18:59 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Sep 3 16:20:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95229b5e profiles/arch/sparc: enable ieee1275 support for grub Signed-off-by: Ben Kohler gentoo.org> profiles/arch/sparc/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/sparc/package.use b/profiles/arch/sparc/package.use index aad975a6da7..4babc96027f 100644 --- a/profiles/arch/sparc/package.use +++ b/profiles/arch/sparc/package.use @@ -6,3 +6,7 @@ dev-ml/llvm-ocaml llvm_targets_AMDGPU sys-devel/clang llvm_targets_AMDGPU sys-devel/llvm llvm_targets_AMDGPU + +# Ben Kohler (2019-09-03) +# Enable SPARC OpenBoot support +sys-boot/grub:2 grub_platforms_ieee1275