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 A58CD138350 for ; Wed, 4 Mar 2020 22:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9880AE08A6; Wed, 4 Mar 2020 22:53:03 +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 E072DE08A6 for ; Wed, 4 Mar 2020 22:53:02 +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 726FB34E82D for ; Wed, 4 Mar 2020 22:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 304B715F for ; Wed, 4 Mar 2020 22:53:00 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1583362368.f10d6dc7b6d6eec582732c11b9ddeab8468da6b8.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.02-r4.ebuild sys-boot/grub/grub-2.04-r1.ebuild sys-boot/grub/grub-2.05_alpha20200110.ebuild sys-boot/grub/grub-2.05_alpha20200228.ebuild sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f10d6dc7b6d6eec582732c11b9ddeab8468da6b8 X-VCS-Branch: master Date: Wed, 4 Mar 2020 22:53:00 +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: e46a1f55-faaa-4e24-ae2d-f4e8320a4dd2 X-Archives-Hash: c618e79e2faaa4ffdb295d4e39fd66a1 commit: f10d6dc7b6d6eec582732c11b9ddeab8468da6b8 Author: Jonas Licht fem tu-ilmenau de> AuthorDate: Tue Mar 3 17:40:51 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Mar 4 22:52:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10d6dc7 sys-boot/grub: remove dependency on xen-tools Bug: https://bugs.gentoo.org/711442 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jonas Licht fem.tu-ilmenau.de> Signed-off-by: Mike Gilbert gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14829 sys-boot/grub/grub-2.02-r4.ebuild | 2 -- sys-boot/grub/grub-2.04-r1.ebuild | 3 --- sys-boot/grub/grub-2.05_alpha20200110.ebuild | 3 --- sys-boot/grub/grub-2.05_alpha20200228.ebuild | 3 --- sys-boot/grub/grub-9999.ebuild | 3 --- 5 files changed, 14 deletions(-) diff --git a/sys-boot/grub/grub-2.02-r4.ebuild b/sys-boot/grub/grub-2.02-r4.ebuild index 7cbac60a898..e52a12f5f20 100644 --- a/sys-boot/grub/grub-2.02-r4.ebuild +++ b/sys-boot/grub/grub-2.02-r4.ebuild @@ -94,8 +94,6 @@ DEPEND="${COMMON_DEPEND} media-libs/freetype:2 virtual/pkgconfig ) - grub_platforms_xen? ( app-emulation/xen-tools:= ) - grub_platforms_xen-32? ( app-emulation/xen-tools:= ) static? ( app-arch/xz-utils[static-libs(+)] truetype? ( diff --git a/sys-boot/grub/grub-2.04-r1.ebuild b/sys-boot/grub/grub-2.04-r1.ebuild index 1076dff5072..a08398a4c9e 100644 --- a/sys-boot/grub/grub-2.04-r1.ebuild +++ b/sys-boot/grub/grub-2.04-r1.ebuild @@ -103,9 +103,6 @@ DEPEND=" truetype? ( media-libs/freetype:2= ) ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) ppc64? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) - grub_platforms_xen? ( app-emulation/xen-tools:= ) - grub_platforms_xen-32? ( app-emulation/xen-tools:= ) - grub_platforms_xen-pvh? ( app-emulation/xen-tools:= ) " RDEPEND="${DEPEND} kernel_linux? ( diff --git a/sys-boot/grub/grub-2.05_alpha20200110.ebuild b/sys-boot/grub/grub-2.05_alpha20200110.ebuild index fa6feb071bb..b0e9cfe178b 100644 --- a/sys-boot/grub/grub-2.05_alpha20200110.ebuild +++ b/sys-boot/grub/grub-2.05_alpha20200110.ebuild @@ -94,9 +94,6 @@ DEPEND=" truetype? ( media-libs/freetype:2= ) ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) ppc64? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) - grub_platforms_xen? ( app-emulation/xen-tools:= ) - grub_platforms_xen-32? ( app-emulation/xen-tools:= ) - grub_platforms_xen-pvh? ( app-emulation/xen-tools:= ) " RDEPEND="${DEPEND} kernel_linux? ( diff --git a/sys-boot/grub/grub-2.05_alpha20200228.ebuild b/sys-boot/grub/grub-2.05_alpha20200228.ebuild index 5113020cc33..d11a7ec3e89 100644 --- a/sys-boot/grub/grub-2.05_alpha20200228.ebuild +++ b/sys-boot/grub/grub-2.05_alpha20200228.ebuild @@ -94,9 +94,6 @@ DEPEND=" truetype? ( media-libs/freetype:2= ) ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) ppc64? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) - grub_platforms_xen? ( app-emulation/xen-tools:= ) - grub_platforms_xen-32? ( app-emulation/xen-tools:= ) - grub_platforms_xen-pvh? ( app-emulation/xen-tools:= ) " RDEPEND="${DEPEND} kernel_linux? ( diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 81eecd9ce3c..6de5a47a2cb 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -102,9 +102,6 @@ DEPEND=" truetype? ( media-libs/freetype:2= ) ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) ppc64? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) - grub_platforms_xen? ( app-emulation/xen-tools:= ) - grub_platforms_xen-32? ( app-emulation/xen-tools:= ) - grub_platforms_xen-pvh? ( app-emulation/xen-tools:= ) " RDEPEND="${DEPEND} kernel_linux? (