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 6CEC6158092 for ; Sat, 18 Sep 2021 22:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF09BE0930; Sat, 18 Sep 2021 22:16:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F242E0930 for ; Sat, 18 Sep 2021 22:16:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E73B343462 for ; Sat, 18 Sep 2021 22:16:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0E898E for ; Sat, 18 Sep 2021 22:16:25 +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: <1632003371.f90ac4b452f03e179d002631713c36a0e02f00ec.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: f90ac4b452f03e179d002631713c36a0e02f00ec X-VCS-Branch: master Date: Sat, 18 Sep 2021 22:16:25 +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: e93d931d-80ef-499c-8bf2-e12746a839a0 X-Archives-Hash: 512d90aaf14cdbda33b74b49dcfe7f74 commit: f90ac4b452f03e179d002631713c36a0e02f00ec Author: Matt Turner gentoo org> AuthorDate: Sat Sep 18 22:15:05 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 18 22:16:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90ac4b4 dev-util/catalyst: Depend on sys-fs/mtools on amd64 Closes: https://bugs.gentoo.org/813714 Signed-off-by: Matt Turner gentoo.org> dev-util/catalyst/catalyst-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index f32567cf665..b00c806fd8f 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -50,6 +50,7 @@ RDEPEND=" amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] + sys-fs/mtools ) arm64? ( sys-boot/grub[grub_platforms_efi-64]