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 6C1B4158CB7 for ; Thu, 19 Aug 2021 21:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAEC5E077D; Thu, 19 Aug 2021 21:44:27 +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 8F933E077D for ; Thu, 19 Aug 2021 21:44:27 +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 27DBF342A64 for ; Thu, 19 Aug 2021 21:44:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B64C763F for ; Thu, 19 Aug 2021 21:44:24 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1629409399.9271ad9d9e856c6e1752e2348da05ced61d1561c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9271ad9d9e856c6e1752e2348da05ced61d1561c X-VCS-Branch: master Date: Thu, 19 Aug 2021 21:44: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: c48fac63-4c5d-4f53-8d26-9b97148c1eac X-Archives-Hash: da43fcd96b485ca4e834a84f3f656630 commit: 9271ad9d9e856c6e1752e2348da05ced61d1561c Author: Matt Turner gentoo org> AuthorDate: Thu Aug 19 21:42:59 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 19 21:43:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9271ad9d dev-util/catalyst: Add ISO dependencies for arm64 Signed-off-by: Matt Turner gentoo.org> dev-util/catalyst/catalyst-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 173090ac993..f32567cf665 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -51,6 +51,10 @@ RDEPEND=" amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] ) + arm64? ( + sys-boot/grub[grub_platforms_efi-64] + sys-fs/mtools + ) ia64? ( sys-boot/grub[grub_platforms_efi-64] sys-fs/mtools