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 98FE5138359 for ; Fri, 6 Nov 2020 16:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8C25E0869; Fri, 6 Nov 2020 16:14:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AFAC5E0869 for ; Fri, 6 Nov 2020 16:14:47 +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 7574D340CD6 for ; Fri, 6 Nov 2020 16:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B37E142C for ; Fri, 6 Nov 2020 16:14:44 +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: <1604679194.b1d47ca57faef307d738f83004fc27b32e252b93.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.04-r1.ebuild sys-boot/grub/grub-2.04-r2.ebuild sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild sys-boot/grub/grub-2.05_alpha20200310.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b1d47ca57faef307d738f83004fc27b32e252b93 X-VCS-Branch: master Date: Fri, 6 Nov 2020 16:14:44 +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: b95fde74-c299-4b7a-b729-e6d6a5b56f83 X-Archives-Hash: 07112f22c1941c0cc784389009d0031f commit: b1d47ca57faef307d738f83004fc27b32e252b93 Author: Mike Gilbert gentoo org> AuthorDate: Fri Nov 6 16:13:14 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Nov 6 16:13:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d47ca5 sys-boot/grub: apply libzfs slot-operator to all ebuilds Bug: https://bugs.gentoo.org/753245 Signed-off-by: Mike Gilbert gentoo.org> sys-boot/grub/{grub-2.04-r1.ebuild => grub-2.04-r2.ebuild} | 2 +- ...grub-2.05_alpha20200310.ebuild => grub-2.05_alpha20200310-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/grub/grub-2.04-r1.ebuild b/sys-boot/grub/grub-2.04-r2.ebuild similarity index 99% rename from sys-boot/grub/grub-2.04-r1.ebuild rename to sys-boot/grub/grub-2.04-r2.ebuild index d0feaf3be6a..e68f15c3a27 100644 --- a/sys-boot/grub/grub-2.04-r1.ebuild +++ b/sys-boot/grub/grub-2.04-r2.ebuild @@ -100,7 +100,7 @@ DEPEND=" sdl? ( media-libs/libsdl ) ) device-mapper? ( >=sys-fs/lvm2-2.02.45 ) - libzfs? ( sys-fs/zfs ) + libzfs? ( sys-fs/zfs:= ) mount? ( sys-fs/fuse:0 ) truetype? ( media-libs/freetype:2= ) ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) diff --git a/sys-boot/grub/grub-2.05_alpha20200310.ebuild b/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild similarity index 99% rename from sys-boot/grub/grub-2.05_alpha20200310.ebuild rename to sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild index 89d3dd60234..c10aa3ca032 100644 --- a/sys-boot/grub/grub-2.05_alpha20200310.ebuild +++ b/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild @@ -91,7 +91,7 @@ DEPEND=" sdl? ( media-libs/libsdl ) ) device-mapper? ( >=sys-fs/lvm2-2.02.45 ) - libzfs? ( sys-fs/zfs ) + libzfs? ( sys-fs/zfs:= ) mount? ( sys-fs/fuse:0 ) truetype? ( media-libs/freetype:2= ) ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 )