Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/
Date: Fri, 08 Oct 2021 11:12:37
Message-Id: 1633691534.d8d05b898cb6850303e9e8cc07f06901fe3cb47b.bkohler@gentoo
1 commit: d8d05b898cb6850303e9e8cc07f06901fe3cb47b
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 8 00:51:11 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 11:12:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d05b89
7
8 sys-boot/os-prober: remove exherbo patch
9
10 Fixed with upstream commit 1994dfb18a2a3ce08d1a2041963f250e6987a63a.
11
12 Package-Manager: Portage-3.0.26, Repoman-3.0.3
13 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
14 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
15
16 sys-boot/os-prober/os-prober-9999.ebuild | 1 -
17 1 file changed, 1 deletion(-)
18
19 diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-9999.ebuild
20 index 622282f13d5..2b0ace332d0 100644
21 --- a/sys-boot/os-prober/os-prober-9999.ebuild
22 +++ b/sys-boot/os-prober/os-prober-9999.ebuild
23 @@ -26,7 +26,6 @@ RDEPEND="sys-boot/grub:2[mount]"
24 QA_MULTILIB_PATHS="usr/lib/os-prober/.*"
25
26 PATCHES=(
27 - "${FILESDIR}"/${PN}-1.76-exherbo.patch
28 "${FILESDIR}"/${PN}-1.78-btrfsfix.patch
29 )