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 63FDD1392E8 for ; Sun, 25 Jul 2021 03:58:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 977F5E09EE; Sun, 25 Jul 2021 03:58:23 +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 7954AE09EE for ; Sun, 25 Jul 2021 03:58:23 +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 47808342D0E for ; Sun, 25 Jul 2021 03:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C74E7B2 for ; Sun, 25 Jul 2021 03:58:20 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1627185473.ac9d932c0768bbd46f4b58a67b74d85f8dd0a321.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ac9d932c0768bbd46f4b58a67b74d85f8dd0a321 X-VCS-Branch: master Date: Sun, 25 Jul 2021 03:58:20 +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: 0e2a31b2-4420-4e81-aba7-0bdad1df03aa X-Archives-Hash: 8c5999bc7f1ce5500d77465f3906f161 commit: ac9d932c0768bbd46f4b58a67b74d85f8dd0a321 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jul 25 03:57:53 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jul 25 03:57:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9d932c profiles/arch/arm64: mask qemu and uboot grub platforms not supported on arm64 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/arch/arm64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index b5cb41f6cb0..8a76c66af9e 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2021-07-24) +# not supported on arm64 +sys-boot/grub grub_platforms_qemu grub_platforms_uboot + # Sam James (2021-07-25) # At present, dev-lang/fpc doesn't support arm64. # bug #801649