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 DD2D7138359 for ; Thu, 8 Oct 2020 21:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B5F0E0935; Thu, 8 Oct 2020 21:06:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F3501E0935 for ; Thu, 8 Oct 2020 21:06:20 +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 CE8ED335CCD for ; Thu, 8 Oct 2020 21:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AB27380 for ; Thu, 8 Oct 2020 21:06:18 +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: <1602191166.509180bcd9b588112cb080cb2e62aabedf1b3836.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: 509180bcd9b588112cb080cb2e62aabedf1b3836 X-VCS-Branch: master Date: Thu, 8 Oct 2020 21:06:18 +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: b685e1d3-9643-4a6d-bac3-72c0dbd95b6d X-Archives-Hash: 3d73d8801c45eec01fad05064c91c997 commit: 509180bcd9b588112cb080cb2e62aabedf1b3836 Author: Matt Turner gentoo org> AuthorDate: Thu Oct 8 20:41:27 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 8 21:06:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509180bc dev-util/catalyst: Remove some dependencies In upstream commit 0a27a7a39a7d (targets: Use GRUB for BIOS boot) I dropped the uses of these packages. Signed-off-by: Matt Turner gentoo.org> dev-util/catalyst/catalyst-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index de182b946c6..e6f0e1676b7 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -67,16 +67,10 @@ RDEPEND=" sys-boot/grub:2[grub_platforms_ieee1275] ) ) - - amd64? ( >=sys-boot/syslinux-3.72 ) - x86? ( >=sys-boot/syslinux-3.72 ) " PDEPEND=" system-bootloader? ( - >=sys-apps/memtest86+-5.01-r4 sys-boot/grub:2 - sys-boot/shim - sys-boot/syslinux amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] ) x86? ( sys-boot/grub[grub_platforms_efi-32] )