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 28BF2138334 for ; Mon, 13 Aug 2018 14:43:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1763AE0819; Mon, 13 Aug 2018 14:43:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E4307E0819 for ; Mon, 13 Aug 2018 14:43:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A8FC4335C9E for ; Mon, 13 Aug 2018 14:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38383396 for ; Mon, 13 Aug 2018 14:43:23 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1534171378.d522cb622e9a0f34aff02df01746fce072b3d5ef.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/package.use profiles/arch/powerpc/package.use.mask X-VCS-Directories: profiles/arch/powerpc/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: d522cb622e9a0f34aff02df01746fce072b3d5ef X-VCS-Branch: master Date: Mon, 13 Aug 2018 14:43:23 +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: 70325957-607e-4db3-9750-f463a146fc61 X-Archives-Hash: 846eebce6e4dc9bce0965742b5d94197 commit: d522cb622e9a0f34aff02df01746fce072b3d5ef Author: Luca Barbato gentoo org> AuthorDate: Mon Aug 13 13:31:57 2018 +0000 Commit: Luca Barbato gentoo org> CommitDate: Mon Aug 13 14:42:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d522cb62 powerpc: Fix the grub support The default support should be OpenFirmware, requiring pc-style support directly fail on configure. profiles/arch/powerpc/package.use | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/powerpc/package.use b/profiles/arch/powerpc/package.use index 6195ca57993..c2c9780861c 100644 --- a/profiles/arch/powerpc/package.use +++ b/profiles/arch/powerpc/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Luca Barbato (12 Aug 2018) +# Default to PowerPC OpenFirmware +sys-boot/grub:2 grub_platforms_ieee1275 + # Doug Goldstein (29 Oct 2012) # Enable the native arch as the default qemu target app-emulation/qemu qemu_softmmu_targets_ppc diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index a36770e86d7..4f7e375b08a 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Luca Barbato (12 Aug 2018) +# grub pc is not supported on powerpc +sys-boot/grub:2 grub_platforms_pc grub_platforms_efi-32 grub_platforms_efi-64 grub_platforms_xen + # Pacho Ramos (27 May 2018) # kde-frameworks/kdelibs4support not keyworded on ppc # Michał Górny (09 Jul 2018)