From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1292964-garchives=archives.gentoo.org@lists.gentoo.org> 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 592B81382C5 for <garchives@archives.gentoo.org>; Sat, 12 Jun 2021 18:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93DFDE0849; Sat, 12 Jun 2021 18:26:09 +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 7558AE0849 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Jun 2021 18:26:09 +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 683FA340C93 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Jun 2021 18:26:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01BC7797 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Jun 2021 18:26:07 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> 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" <mattst88@gentoo.org> Message-ID: <1623522359.b72d92eef09759276ca623d2bc546b97b45c807a.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: b72d92eef09759276ca623d2bc546b97b45c807a X-VCS-Branch: master Date: Sat, 12 Jun 2021 18:26:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09bb7c00-cee9-4a18-954c-704855264c0d X-Archives-Hash: 2f32d4ad218ca295ca24d46c17a6e418 commit: b72d92eef09759276ca623d2bc546b97b45c807a Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Jun 12 18:25:06 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Jun 12 18:25:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72d92ee dev-util/catalyst: Depend on libisoburn irrespective of arch Closes: https://bugs.gentoo.org/783951 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-util/catalyst/catalyst-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index a9a093b04c9..173090ac993 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -46,28 +46,22 @@ RDEPEND=" iso? ( app-cdr/cdrtools + dev-libs/libisoburn amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] ) - alpha? ( - dev-libs/libisoburn - ) ia64? ( - dev-libs/libisoburn sys-boot/grub[grub_platforms_efi-64] sys-fs/mtools ) ppc? ( - dev-libs/libisoburn sys-boot/grub:2[grub_platforms_ieee1275] ) ppc64? ( - dev-libs/libisoburn sys-boot/grub:2[grub_platforms_ieee1275] ) sparc? ( - dev-libs/libisoburn sys-boot/grub:2[grub_platforms_ieee1275] ) x86? (